Skip to content

Commit 4b29f22

Browse files
authored
update node version from 18 to 22 (#6223)
1 parent 52c2623 commit 4b29f22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ executors:
77
node-executor:
88
resource_class: medium+
99
docker:
10-
- image: cimg/node:18.15.0
10+
- image: cimg/node:22.15.1
1111
with-chrome-and-firefox:
1212
resource_class: medium+
1313
docker:
14-
- image: 'cypress/browsers:node18.12.0-chrome106-ff106'
14+
- image: 'cypress/browsers:node-22.15.1-chrome-136.0.7103.113-1-ff-138.0.4-edge-136.0.3240.76-1'
1515

1616
commands:
1717
docs-build:

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17.1
1+
22.15.1

0 commit comments

Comments
 (0)