Skip to content

Commit

Permalink
💚 remove unecessary workflow
Browse files Browse the repository at this point in the history
- remove ci for node14
- add node20

Signed-off-by: Vinicius Reis <[email protected]>
  • Loading branch information
Vinicius Reis committed Aug 8, 2022
1 parent cd0230c commit 20616c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/fix-pr-test.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16, 18 ]
node: [ 16, 18, 20 ]
name: Test Node v${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: setup npm@^7
run: npm -g install npm@^7
if: matrix.node == 14 # remove when deprecate node14
- name: install dependencies
run: npm ci
- name: build package
Expand Down

0 comments on commit 20616c8

Please sign in to comment.