chore: Upgrade tested NodeJS versions

This commit is contained in:
Florian Bouillon 2023-12-28 02:15:49 +01:00 committed by GitHub
parent 0f2ad36e8c
commit 0cc8577fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@ jobs:
strategy: strategy:
matrix: matrix:
# Follow current releases https://nodejs.org/en/about/releases/ # Follow current releases https://github.com/nodejs/release#release-schedule
node-version: [14.x, 16.x, 18.x, 19.x] node-version: [18.x, 20.x, 21.x]
steps: steps:
- name: Checkout - name: Checkout
@ -37,7 +37,7 @@ jobs:
run: npm run test run: npm run test
- name: Upload Coverage - name: Upload Coverage
if: matrix.node-version == '16.x' if: matrix.node-version == '21.x'
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
with: with:
# Comma-separated list of files to upload # Comma-separated list of files to upload