Skip to content

Commit

Permalink
chore: bump node to 20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Sep 15, 2024
1 parent 880926d commit 7870160
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ commands:
jobs:
install:
docker:
- image: cimg/node:20.11.1-browsers
- image: cimg/node:20.17.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -35,7 +35,7 @@ jobs:

validate:
docker:
- image: cimg/node:20.11.1-browsers
- image: cimg/node:20.17.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -46,7 +46,7 @@ jobs:

test-unit:
docker:
- image: cimg/node:20.11.1-browsers
- image: cimg/node:20.17.0-browsers
working_directory: ~/repo
resource_class: medium+
steps:
Expand All @@ -63,7 +63,7 @@ jobs:

test-bundle:
docker:
- image: cimg/node:20.11.1-browsers
- image: cimg/node:20.17.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -74,7 +74,7 @@ jobs:

build:
docker:
- image: cimg/node:20.11.1-browsers
- image: cimg/node:20.17.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -89,7 +89,7 @@ jobs:

test-browser:
docker:
- image: cimg/node:20.11.1-browsers
- image: cimg/node:20.17.0-browsers
working_directory: ~/repo
environment:
CYPRESS_CACHE_FOLDER: ~/repo/.cache/Cypress
Expand All @@ -113,7 +113,7 @@ jobs:

test-a11y:
docker:
- image: cimg/node:20.11.1-browsers
- image: cimg/node:20.17.0-browsers
working_directory: ~/repo
steps:
- browser-tools/install-chrome
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.17.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"stylelint": "16.9.0",
"stylelint-config-recommended": "14.0.1",
"stylelint-config-standard": "36.0.1",
"ts-node": "^10.9.2",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"wait-on": "8.0.1",
"webpack": "5.94.0"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7870160

Please sign in to comment.