mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 02:42:08 +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:
|
||||
matrix:
|
||||
# Follow current releases https://nodejs.org/en/about/releases/
|
||||
node-version: [14.x, 16.x, 18.x, 19.x]
|
||||
# Follow current releases https://github.com/nodejs/release#release-schedule
|
||||
node-version: [18.x, 20.x, 21.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
run: npm run test
|
||||
|
||||
- name: Upload Coverage
|
||||
if: matrix.node-version == '16.x'
|
||||
if: matrix.node-version == '21.x'
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
# Comma-separated list of files to upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user