Skip to content

Commit

Permalink
ci: update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 15, 2024
1 parent 77bec3f commit 8266ccc
Showing 1 changed file with 7 additions and 7 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.17.0-browsers
- image: cimg/node:22.8.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -35,7 +35,7 @@ jobs:

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

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

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

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

test-browser:
docker:
- image: cimg/node:20.17.0-browsers
- image: cimg/node:22.8.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.17.0-browsers
- image: cimg/node:22.8.0-browsers
working_directory: ~/repo
steps:
- browser-tools/install-chrome
Expand Down

0 comments on commit 8266ccc

Please sign in to comment.