Skip to content

Commit

Permalink
test: test with Node.js v22 (#3999)
Browse files Browse the repository at this point in the history
Now that v22 is out add it and drop v21 testing.
https://github.com/nodejs/release#release-schedule
  • Loading branch information
trentm authored Apr 30, 2024
1 parent 714adcd commit 9003c18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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": [ "21", "20", "18", "16", "14" ],
"versions": [ "22", "20", "18", "16", "14" ],
"// modules": [
"List of instrumented modules with the minimum Node major version supported.",
"minMajorVersion for each module should be kept in sync with .tav.yml"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ "22" ]
node: [ "23" ]
steps:
- uses: actions/checkout@v4
- run: .ci/scripts/test.sh -b "nightly" "${{ matrix.node }}"
Expand All @@ -50,7 +50,8 @@ jobs:
fail-fast: false
matrix:
node:
- "21"
- "23"
- "22"
- "20"
- "18"
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- "2181:2181"
volumes:
- nodezookeeperdata:/var/lib/zookeeper/data

kafka:
image: bitnami/kafka:3.3.2
ports:
Expand All @@ -154,8 +154,8 @@ jobs:
fail-fast: false
matrix:
node:
- '21'
- '21.0'
- '22'
- '22.0'
- '20'
- '20.0'
- '18'
Expand Down

0 comments on commit 9003c18

Please sign in to comment.