We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5e2a3 commit 3f1a991Copy full SHA for 3f1a991
.circleci/config.yml
@@ -6,7 +6,7 @@ orbs:
6
references:
7
default_container_config: &default_container_config
8
docker:
9
- - image: cimg/node:lts
+ - image: cimg/node:22.17.0
10
11
jobs:
12
smoke-test:
package.json
@@ -39,6 +39,6 @@
39
"typescript-json-schema": "^0.62.0"
40
},
41
"volta": {
42
- "node": "20.7.0"
+ "node": "22.17.0"
43
}
44
0 commit comments