We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c2623 commit 4b29f22Copy full SHA for 4b29f22
.circleci/config.yml
@@ -7,11 +7,11 @@ executors:
7
node-executor:
8
resource_class: medium+
9
docker:
10
- - image: cimg/node:18.15.0
+ - image: cimg/node:22.15.1
11
with-chrome-and-firefox:
12
13
14
- - image: 'cypress/browsers:node18.12.0-chrome106-ff106'
+ - image: 'cypress/browsers:node-22.15.1-chrome-136.0.7103.113-1-ff-138.0.4-edge-136.0.3240.76-1'
15
16
commands:
17
docs-build:
.node-version
@@ -1 +1 @@
1
-18.17.1
+22.15.1
0 commit comments