Skip to content

Commit

Permalink
Also skip on node 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jun 23, 2023
1 parent 9b19176 commit e352600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: |
npm run build
npm run lint:package
if: ${{ matrix.node-version != '12.x' }}
if: ${{ matrix.node-version != '12.x' && matrix.node-version != '14.x' }}

0 comments on commit e352600

Please sign in to comment.