Skip to content

Commit

Permalink
ci(image): update Node.js to v16.14.2 (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Mar 18, 2022
1 parent dd36340 commit 1b16c35
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 @@ -20,7 +20,7 @@ commands:
jobs:
install:
docker:
- image: cimg/node:16.14.0-browsers
- image: cimg/node:16.14.2-browsers
working_directory: ~/repo
environment:
- CYPRESS_CACHE_FOLDER: '~/repo/node_modules/.cache/Cypress'
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

validate:
docker:
- image: cimg/node:16.14.0-browsers
- image: cimg/node:16.14.2-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -65,7 +65,7 @@ jobs:

test-unit:
docker:
- image: cimg/node:16.14.0-browsers
- image: cimg/node:16.14.2-browsers
working_directory: ~/repo
resource_class: medium+
steps:
Expand All @@ -87,7 +87,7 @@ jobs:

test-bundle:
docker:
- image: cimg/node:16.14.0-browsers
- image: cimg/node:16.14.2-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -103,7 +103,7 @@ jobs:

build:
docker:
- image: cimg/node:16.14.0-browsers
- image: cimg/node:16.14.2-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -124,7 +124,7 @@ jobs:

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

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

0 comments on commit 1b16c35

Please sign in to comment.