Skip to content

Commit a257db9

Browse files
committed
feat: OPS-4841 Node
1 parent e1c0123 commit a257db9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test_without_db:
55
working_directory: ~/repo
66
docker:
7-
- image: cimg/node:16.15-browsers
7+
- image: cimg/node:18.20.5-browsers
88

99
steps:
1010
- checkout
@@ -15,7 +15,7 @@ jobs:
1515
test_with_db:
1616
working_directory: ~/repo
1717
docker:
18-
- image: cimg/node:16.15-browsers
18+
- image: cimg/node:18.20.5-browsers
1919
- image: circleci/dynamodb
2020

2121
steps:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/aws-sdk": "2.7.4",
6565
"@types/cwd": "^0.10.2",
6666
"@types/jest": "29.5.14",
67-
"@types/node": "16",
67+
"@types/node": "18",
6868
"eslint": "9.17.0",
6969
"husky": "8.0.3",
7070
"jest": "29.7.0",
@@ -73,7 +73,7 @@
7373
"typescript": "5.7.2"
7474
},
7575
"engines": {
76-
"node": ">=16"
76+
"node": ">=18"
7777
},
7878
"publishConfig": {
7979
"access": "public"

0 commit comments

Comments
 (0)