Skip to content

Commit 7870160

Browse files
committed
chore: bump node to 20.17.0
1 parent 880926d commit 7870160

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.circleci/config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ commands:
2222
jobs:
2323
install:
2424
docker:
25-
- image: cimg/node:20.11.1-browsers
25+
- image: cimg/node:20.17.0-browsers
2626
working_directory: ~/repo
2727
steps:
2828
- checkout
@@ -35,7 +35,7 @@ jobs:
3535

3636
validate:
3737
docker:
38-
- image: cimg/node:20.11.1-browsers
38+
- image: cimg/node:20.17.0-browsers
3939
working_directory: ~/repo
4040
steps:
4141
- checkout
@@ -46,7 +46,7 @@ jobs:
4646

4747
test-unit:
4848
docker:
49-
- image: cimg/node:20.11.1-browsers
49+
- image: cimg/node:20.17.0-browsers
5050
working_directory: ~/repo
5151
resource_class: medium+
5252
steps:
@@ -63,7 +63,7 @@ jobs:
6363

6464
test-bundle:
6565
docker:
66-
- image: cimg/node:20.11.1-browsers
66+
- image: cimg/node:20.17.0-browsers
6767
working_directory: ~/repo
6868
steps:
6969
- checkout
@@ -74,7 +74,7 @@ jobs:
7474

7575
build:
7676
docker:
77-
- image: cimg/node:20.11.1-browsers
77+
- image: cimg/node:20.17.0-browsers
7878
working_directory: ~/repo
7979
steps:
8080
- checkout
@@ -89,7 +89,7 @@ jobs:
8989

9090
test-browser:
9191
docker:
92-
- image: cimg/node:20.11.1-browsers
92+
- image: cimg/node:20.17.0-browsers
9393
working_directory: ~/repo
9494
environment:
9595
CYPRESS_CACHE_FOLDER: ~/repo/.cache/Cypress
@@ -113,7 +113,7 @@ jobs:
113113

114114
test-a11y:
115115
docker:
116-
- image: cimg/node:20.11.1-browsers
116+
- image: cimg/node:20.17.0-browsers
117117
working_directory: ~/repo
118118
steps:
119119
- browser-tools/install-chrome

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.1
1+
20.17.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"stylelint": "16.9.0",
191191
"stylelint-config-recommended": "14.0.1",
192192
"stylelint-config-standard": "36.0.1",
193-
"ts-node": "^10.9.2",
193+
"ts-node": "10.9.2",
194194
"typescript": "5.6.2",
195195
"wait-on": "8.0.1",
196196
"webpack": "5.94.0"

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)