Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44bac9d

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

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.