A bit too early for node 16

This commit is contained in:
Joseph Garrone 2021-06-03 15:12:02 +02:00 committed by GitHub
parent fe3831d333
commit 234b75392f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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