We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945a145 commit f3f4100Copy full SHA for f3f4100
2 files changed
.circleci/config.yml
@@ -28,9 +28,9 @@ references:
28
# See https://nodejs.org/en/about/previous-releases for updates to nodejs versions.
29
nodejs_versions:
30
# nvm-windows wants a full Node version, not just `<major>.<minor>`.
31
- - &nodejs_current "20.19.5"
32
- - &nodejs_next "22.19"
33
- - &nodejs_experimental "24.8"
+ - &nodejs_current "22.22"
+ - &nodejs_next "24.14"
+ - &nodejs_experimental "25.7"
34
35
nodejs_enum: &nodejs_enum
36
type: enum
package.json
@@ -15,7 +15,7 @@
15
"lib/**"
16
],
17
"engines": {
18
- "node": ">=18.0.0",
+ "node": ">=20.0.0",
19
"npm": ">=8.0.0"
20
},
21
"engine-strict": true,
0 commit comments