From c755ba4147d7f1d268e17819230e876192fe4b94 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 19 Jun 2022 18:04:27 +0100 Subject: [PATCH] ci: update workflows --- .github/workflows/nodejs.yml | 45 ------------------------------------ README.md | 2 +- 2 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 .github/workflows/nodejs.yml diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml deleted file mode 100644 index 4c51362..0000000 --- a/.github/workflows/nodejs.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: Node.js CI - -on: - push: - paths-ignore: - - 'docs/**' - - '*.md' - pull_request: - paths-ignore: - - 'docs/**' - - '*.md' - -jobs: - test: - runs-on: ${{ matrix.os }} - permissions: - contents: read - strategy: - matrix: - os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [14.x, 16.x, 18.x] - - steps: - - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - run: node --version - - run: npm --version - - run: npm install --ignore-scripts - - run: npm test - env: - CI: true - - automerge: - needs: test - runs-on: ubuntu-latest - permissions: - pull-requests: write - contents: write - steps: - - uses: fastify/github-action-merge-dependabot@v3 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 939bcfa..899eeb7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # sonic-boom [![NPM Package Version](https://img.shields.io/npm/v/sonic-boom)](https://www.npmjs.com/package/sonic-boom) -[![Build Status](https://github.com/pinojs/sonic-boom/workflows/Node.js%20CI/badge.svg)](https://github.com/pinojs/sonic-boom/actions?query=workflow%3ANode.js%20CI) +[![Build Status](https://github.com/pinojs/sonic-boom/workflows/CI/badge.svg)](https://github.com/pinojs/sonic-boom/actions?query=workflow%3ACI) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) Extremely fast utf8-only stream implementation to write to files and