Skip to content

Commit

Permalink
include Node.js v20 in CI tests (#5827)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Jun 5, 2024
1 parent 34b6143 commit c21a8ee
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 @@ -7,7 +7,7 @@ jobs:
test:
strategy:
matrix:
node: [ '0.10', '0.12', '4', '6', '8', '10', '12', '14', '16', '18' ]
node: [ '0.10', '0.12', '4', '6', '8', '10', '12', '14', '16', '18', '20' ]
os: [ ubuntu-latest, windows-latest ]
script: [ compress, mocha, release/benchmark, release/jetstream ]
name: ${{ matrix.node }} ${{ matrix.os }} ${{ matrix.script }}
Expand Down

0 comments on commit c21a8ee

Please sign in to comment.