Skip to content

Commit

Permalink
ci(node): bump to v22 (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres authored Jan 4, 2025
1 parent 77bec3f commit 39d208a
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 111 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
browser-tools: circleci/browser-tools@1.4.8
browser-tools: circleci/browser-tools@1.5.0

commands:
pnpm_setup:
Expand All @@ -22,7 +22,7 @@ commands:
jobs:
install:
docker:
- image: cimg/node:20.17.0-browsers
- image: cimg/node:22.12.0-browsers
working_directory: ~/repo
steps:
- checkout
Expand All @@ -35,7 +35,7 @@ jobs:

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

test-unit:
docker:
- image: cimg/node:20.17.0-browsers
- image: cimg/node:22.12.0-browsers
working_directory: ~/repo
resource_class: medium+
steps:
Expand All @@ -63,7 +63,7 @@ jobs:

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

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

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

test-a11y:
docker:
- image: cimg/node:20.17.0-browsers
- image: cimg/node:22.12.0-browsers
working_directory: ~/repo
steps:
- browser-tools/install-chrome
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
22.12.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"@types/jest-axe": "3.5.9",
"@types/jsdom": "21.1.7",
"@types/markdown-it": "14.1.2",
"@types/node": "20.16.5",
"@types/node": "22.10.5",
"@types/raf-schd": "4.0.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
Expand Down Expand Up @@ -203,5 +203,5 @@
"jest-junit": {
"output": "test-reports/junit/js-test-results.xml"
},
"packageManager": "pnpm@9.10.0"
"packageManager": "pnpm@9.15.2"
}
Loading

0 comments on commit 39d208a

Please sign in to comment.