Update ci.yaml

This commit is contained in:
Joseph Garrone 2021-05-08 04:36:54 +02:00 committed by GitHub
parent a1f7608c67
commit 2f33fbbfc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ jobs:
needs: test_lint
strategy:
matrix:
node: [ '14', '13', '12' ]
node: [ '15', '14', '13', '12' ]
os: [ windows-latest, ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps: