Skip to content

Commit

Permalink
chore(dev-deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and 100terres committed Nov 11, 2023
1 parent 9236696 commit c66a42f
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 80 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:18.17.0-browsers
- image: cimg/node:20.9.0-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:18.17.0-browsers
- image: cimg/node:20.9.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -62,7 +62,7 @@ jobs:

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

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

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

test-browser:
docker:
- image: cimg/node:18.17.0-browsers
- image: cimg/node:20.9.0-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:18.17.0-browsers
- image: cimg/node:20.9.0-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
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.0
20.9.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"@types/jest-axe": "3.5.7",
"@types/jsdom": "21.1.4",
"@types/markdown-it": "13.0.5",
"@types/node": "18.18.8",
"@types/node": "20.9.0",
"@types/raf-schd": "4.0.2",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
Expand Down
Loading

1 comment on commit c66a42f

@vercel
Copy link

@vercel vercel bot commented on c66a42f Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 10 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.