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 9350d2d commit 4cf53c0Copy full SHA for 4cf53c0
.circleci/config.yml
@@ -5,7 +5,7 @@ orbs:
5
references:
6
default_env: &default_env
7
docker:
8
- - image: cimg/node:22.13.1
+ - image: cimg/node:22.14.0
9
working_directory: ~/repo
10
environment:
11
IGNORE_COMMIT_MESSAGE: 'chore(release): publish'
.nvmrc
@@ -1 +1 @@
1
-v22.13.1
+v22.14.0
package.json
@@ -96,7 +96,7 @@
96
"typescript": "5.1.3"
97
},
98
"engines": {
99
- "node": "^22.13.1",
+ "node": "^22.14.0",
100
"yarn": "^1.21.1"
101
102
"license": "MIT",
0 commit comments