Update CI.yml

This commit is contained in:
Dimitar Nanov 2023-10-11 22:28:23 +03:00 committed by GitHub
parent 510654f52e
commit 36b8d2999c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16, 18, 19, 20 ]
node: [ 18, 19, 20 ]
name: Node.js ${{ matrix.node }}
steps:
- uses: actions/checkout@v3