Skip to content

Commit

Permalink
[ci] Run the lint step on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jul 11, 2023
1 parent 12a0a9c commit 0b235e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: npm install
- run: npm run lint
if:
matrix.os == 'ubuntu-latest' && matrix.node == 16 && matrix.arch ==
matrix.os == 'ubuntu-latest' && matrix.node == 20 && matrix.arch ==
'x64'
- run: npm test
- run: |
Expand Down

0 comments on commit 0b235e0

Please sign in to comment.