Skip to content

Commit

Permalink
ci: update Node.js to v22.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 4101734 commit 04c2f0c
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 @@ -26,7 +26,7 @@ commands:
jobs:
install:
docker:
- image: cimg/node:22.12.0-browsers
- image: cimg/node:22.14.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -39,7 +39,7 @@ jobs:

validate:
docker:
- image: cimg/node:22.12.0-browsers
- image: cimg/node:22.14.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -50,7 +50,7 @@ jobs:

test-unit:
docker:
- image: cimg/node:22.12.0-browsers
- image: cimg/node:22.14.0-browsers
working_directory: ~/repo
resource_class: medium+
parameters:
Expand All @@ -71,7 +71,7 @@ jobs:

test-bundle:
docker:
- image: cimg/node:22.12.0-browsers
- image: cimg/node:22.14.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -82,7 +82,7 @@ jobs:

build:
docker:
- image: cimg/node:22.12.0-browsers
- image: cimg/node:22.14.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -97,7 +97,7 @@ jobs:

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

test-a11y:
docker:
- image: cimg/node:22.12.0-browsers
- image: cimg/node:22.14.0-browsers
working_directory: ~/repo
steps:
- browser-tools/install-chrome
Expand Down

0 comments on commit 04c2f0c

Please sign in to comment.