Skip to content

Commit 44bac9d

Browse files
authored
ci: run tests in Node.js 24 (#19702)
1 parent 32957cd commit 44bac9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@ jobs:
7070
strategy:
7171
matrix:
7272
os: [ubuntu-latest]
73-
node: [23.x, 22.x, 21.x, 20.x, 18.x, "18.18.0"]
73+
node: [24.x, 22.x, 20.x, 18.x, "18.18.0"]
7474
NODE_OPTIONS: [""]
7575
include:
7676
- os: windows-latest
7777
node: "lts/*"
7878
- os: macOS-latest
7979
node: "lts/*"
8080
- os: ubuntu-latest
81-
node: 22.x
81+
node: 24.x
8282

83-
# `--experimental-strip-types` is enabled by default in Node.js 23.x.
83+
# `--experimental-strip-types` is enabled by default in Node.js 24.x.
8484
# This additional environment is necessary only to test `--experimental-transform-types`,
8585
# as it is not enabled by default in any Node.js version yet.
8686
NODE_OPTIONS: "--experimental-transform-types"

0 commit comments

Comments
 (0)