Skip to content

Commit c42e0b7

Browse files
committed
feat: OPS-4841 Node
1 parent 30923dc commit c42e0b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
parameters:
77
node_version:
88
type: string
9-
default: '18.18.2'
9+
default: '20.12.0'
1010

1111
commands:
1212
install_deps:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@shelf/tsconfig": "0.0.8",
5959
"@types/cwd": "^0.10.0",
6060
"@types/jest": "28.1.8",
61-
"@types/node": "18",
61+
"@types/node": "20",
6262
"eslint": "9.17.0",
6363
"husky": "8.0.3",
6464
"jest": "28.1.3",
@@ -68,7 +68,7 @@
6868
"typescript": "5.1.6"
6969
},
7070
"engines": {
71-
"node": ">=18"
71+
"node": ">=20"
7272
},
7373
"publishConfig": {
7474
"access": "public"

0 commit comments

Comments
 (0)