mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 10:42:10 +00:00
chore: Upgrade tested NodeJS versions
This commit is contained in:
parent
0f2ad36e8c
commit
0cc8577fe0
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user