Skip to content

Commit 6dfc4dd

Browse files
authored
chore: test with Node v21 (#3690)
Node.js v21 was first released on 2023-10-17. v22 nightlies should start coming as well.
1 parent 9e21d89 commit 6dfc4dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/tav.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"versions": [ 20, 18, 16, 14 ],
2+
"versions": [ 21, 20, 18, 16, 14 ],
33
"// modules": [
44
"List of instrumented modules with the min Node version supported.",
55
"minVersion for each module should be kept in sync with .tav.yml"

.github/workflows/edge.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
node: [ "21" ]
40+
node: [ "22" ]
4141
steps:
4242
- uses: actions/checkout@v3
4343
- run: .ci/scripts/test.sh -b "nightly" "${{ matrix.node }}"
@@ -58,7 +58,6 @@ jobs:
5858
- "21"
5959
- "20"
6060
- "18"
61-
- "16"
6261
steps:
6362
- uses: actions/checkout@v3
6463
- run: .ci/scripts/test.sh -b "rc" "${{ matrix.node }}"

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
fail-fast: false
127127
matrix:
128128
node:
129+
- '21'
129130
- '20'
130131
- '20.0'
131132
- '18'

0 commit comments

Comments
 (0)