Skip to content

Commit

Permalink
chore(node): bump to 16.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Aug 21, 2022
1 parent 43609a4 commit 4888d06
Show file tree
Hide file tree
Showing 6 changed files with 479 additions and 330 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.2-browsers
- image: cimg/node:16.17.0-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.2-browsers
- image: cimg/node:16.17.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -65,7 +65,7 @@ jobs:

test-unit:
docker:
- image: cimg/node:16.14.2-browsers
- image: cimg/node:16.17.0-browsers
working_directory: ~/repo
resource_class: medium+
parameters:
Expand All @@ -91,7 +91,7 @@ jobs:

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

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

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

test-a11y:
docker:
- image: cimg/node:16.14.2-browsers
- image: cimg/node:16.17.0-browsers
working_directory: ~/repo
steps:
- browser-tools/install-chrome
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.14.2
node-version: 16.17.0

- name: Cache pnpm modules
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
16.17.0
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
strict-peer-dependencies=false

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"@types/jest-axe": "3.5.4",
"@types/jsdom": "16.2.15",
"@types/markdown-it": "12.2.3",
"@types/node": "16.11.26",
"@types/node": "16.11.51",
"@types/raf-schd": "4.0.1",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
Expand Down
Loading

0 comments on commit 4888d06

Please sign in to comment.