Skip to content

Commit f4f1ad2

Browse files
committed
[claudesquad] update from 'node upgrade' on 12 Jun 25 23:41 CEST
1 parent 3bb5e4d commit f4f1ad2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2.1
77
parameters:
88
node_version:
99
type: string
10-
default: 'lts-browsers'
10+
default: '22-browsers'
1111

1212
commands:
1313
install_deps:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/lodash.chunk": "4.2.9",
6565
"@types/lodash.clonedeep": "4.5.9",
6666
"@types/lodash.times": "4.3.9",
67-
"@types/node": "16",
67+
"@types/node": "22",
6868
"eslint": "8.57.1",
6969
"husky": "8.0.3",
7070
"jest": "29.7.0",
@@ -77,7 +77,7 @@
7777
"@aws-sdk/lib-dynamodb": "3.x.x"
7878
},
7979
"engines": {
80-
"node": ">=16"
80+
"node": ">=22"
8181
},
8282
"publishConfig": {
8383
"access": "public"

0 commit comments

Comments
 (0)