Skip to content

Commit c121568

Browse files
ci: update Node.js to v22
1 parent 77bec3f commit c121568

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ commands:
2222
jobs:
2323
install:
2424
docker:
25-
- image: cimg/node:20.17.0-browsers
25+
- image: cimg/node:22.11.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.11.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.11.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.11.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.11.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.11.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.11.0-browsers
117117
working_directory: ~/repo
118118
steps:
119119
- browser-tools/install-chrome

0 commit comments

Comments
 (0)