Skip to content

Commit 39d208a

Browse files
authored
ci(node): bump to v22 (#869)
1 parent 77bec3f commit 39d208a

File tree

4 files changed

+104
-111
lines changed

4 files changed

+104
-111
lines changed

.circleci/config.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
browser-tools: circleci/browser-tools@1.4.8
4+
browser-tools: circleci/browser-tools@1.5.0
55

66
commands:
77
pnpm_setup:
@@ -22,7 +22,7 @@ commands:
2222
jobs:
2323
install:
2424
docker:
25-
- image: cimg/node:20.17.0-browsers
25+
- image: cimg/node:22.12.0-browsers
2626
working_directory: ~/repo
2727
steps:
2828
- checkout
@@ -35,7 +35,7 @@ jobs:
3535

3636
validate:
3737
docker:
38-
- image: cimg/node:20.17.0-browsers
38+
- image: cimg/node:22.12.0-browsers
3939
working_directory: ~/repo
4040
steps:
4141
- checkout
@@ -46,7 +46,7 @@ jobs:
4646

4747
test-unit:
4848
docker:
49-
- image: cimg/node:20.17.0-browsers
49+
- image: cimg/node:22.12.0-browsers
5050
working_directory: ~/repo
5151
resource_class: medium+
5252
steps:
@@ -63,7 +63,7 @@ jobs:
6363

6464
test-bundle:
6565
docker:
66-
- image: cimg/node:20.17.0-browsers
66+
- image: cimg/node:22.12.0-browsers
6767
working_directory: ~/repo
6868
steps:
6969
- checkout
@@ -74,7 +74,7 @@ jobs:
7474

7575
build:
7676
docker:
77-
- image: cimg/node:20.17.0-browsers
77+
- image: cimg/node:22.12.0-browsers
7878
working_directory: ~/repo
7979
steps:
8080
- checkout
@@ -89,7 +89,7 @@ jobs:
8989

9090
test-browser:
9191
docker:
92-
- image: cimg/node:20.17.0-browsers
92+
- image: cimg/node:22.12.0-browsers
9393
working_directory: ~/repo
9494
environment:
9595
CYPRESS_CACHE_FOLDER: ~/repo/.cache/Cypress
@@ -113,7 +113,7 @@ jobs:
113113

114114
test-a11y:
115115
docker:
116-
- image: cimg/node:20.17.0-browsers
116+
- image: cimg/node:22.12.0-browsers
117117
working_directory: ~/repo
118118
steps:
119119
- browser-tools/install-chrome

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.17.0
1+
22.12.0

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@types/jest-axe": "3.5.9",
127127
"@types/jsdom": "21.1.7",
128128
"@types/markdown-it": "14.1.2",
129-
"@types/node": "20.16.5",
129+
"@types/node": "22.10.5",
130130
"@types/raf-schd": "4.0.3",
131131
"@types/react": "18.3.5",
132132
"@types/react-dom": "18.3.0",
@@ -203,5 +203,5 @@
203203
"jest-junit": {
204204
"output": "test-reports/junit/js-test-results.xml"
205205
},
206-
"packageManager": "pnpm@9.10.0"
206+
"packageManager": "pnpm@9.15.2"
207207
}

0 commit comments

Comments
 (0)