include Node.js v20 in CI tests (#5827)

This commit is contained in:
Alex Lam S.L
2024-06-05 23:49:20 +03:00
committed by GitHub
parent 34b6143306
commit c21a8eee7b

View File

@@ -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 }}