Skip to content

Commit 4cf53c0

Browse files
committed
minor node bump
1 parent 9350d2d commit 4cf53c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
references:
66
default_env: &default_env
77
docker:
8-
- image: cimg/node:22.13.1
8+
- image: cimg/node:22.14.0
99
working_directory: ~/repo
1010
environment:
1111
IGNORE_COMMIT_MESSAGE: 'chore(release): publish'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.13.1
1+
v22.14.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"typescript": "5.1.3"
9797
},
9898
"engines": {
99-
"node": "^22.13.1",
99+
"node": "^22.14.0",
100100
"yarn": "^1.21.1"
101101
},
102102
"license": "MIT",

0 commit comments

Comments
 (0)