Skip to content

Commit 3f1a991

Browse files
committed
chore: pin to node 22
1 parent ca5e2a3 commit 3f1a991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
references:
77
default_container_config: &default_container_config
88
docker:
9-
- image: cimg/node:lts
9+
- image: cimg/node:22.17.0
1010

1111
jobs:
1212
smoke-test:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"typescript-json-schema": "^0.62.0"
4040
},
4141
"volta": {
42-
"node": "20.7.0"
42+
"node": "22.17.0"
4343
}
4444
}

0 commit comments

Comments
 (0)