Skip to content

Commit

Permalink
ci: update Node.js to v20.11.1 (#725)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 10, 2024
1 parent 9d64c5c commit b27e11c
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 @@ -17,7 +17,7 @@ commands:
jobs:
install:
docker:
- image: cimg/node:20.9.0-browsers
- image: cimg/node:20.11.1-browsers
working_directory: ~/repo
environment:
- CYPRESS_CACHE_FOLDER: '~/repo/node_modules/.cache/Cypress'
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

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

test-unit:
docker:
- image: cimg/node:20.9.0-browsers
- image: cimg/node:20.11.1-browsers
working_directory: ~/repo
resource_class: medium+
parameters:
Expand All @@ -88,7 +88,7 @@ jobs:

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

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

test-browser:
docker:
- image: cimg/node:20.9.0-browsers
- image: cimg/node:20.11.1-browsers
working_directory: ~/repo
environment:
- CYPRESS_CACHE_FOLDER: '~/repo/node_modules/.cache/Cypress'
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

test-a11y:
docker:
- image: cimg/node:20.9.0-browsers
- image: cimg/node:20.11.1-browsers
working_directory: ~/repo
steps:
# TODO: remove fixed version once this issue is fixed: https://github.com/CircleCI-Public/browser-tools-orb/issues/90
Expand Down

0 comments on commit b27e11c

Please sign in to comment.