Skip to content

Commit

Permalink
chore: test with Node v21 (#3690)
Browse files Browse the repository at this point in the history
Node.js v21 was first released on 2023-10-17. v22 nightlies should
start coming as well.
  • Loading branch information
trentm authored Oct 24, 2023
1 parent 9e21d89 commit 6dfc4dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/tav.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"versions": [ 20, 18, 16, 14 ],
"versions": [ 21, 20, 18, 16, 14 ],
"// modules": [
"List of instrumented modules with the min Node version supported.",
"minVersion for each module should be kept in sync with .tav.yml"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ "21" ]
node: [ "22" ]
steps:
- uses: actions/checkout@v3
- run: .ci/scripts/test.sh -b "nightly" "${{ matrix.node }}"
Expand All @@ -58,7 +58,6 @@ jobs:
- "21"
- "20"
- "18"
- "16"
steps:
- uses: actions/checkout@v3
- run: .ci/scripts/test.sh -b "rc" "${{ matrix.node }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
fail-fast: false
matrix:
node:
- '21'
- '20'
- '20.0'
- '18'
Expand Down

0 comments on commit 6dfc4dd

Please sign in to comment.