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 ced851c commit 46bfb59Copy full SHA for 46bfb59
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
executors:
4
node:
5
docker:
6
- - image: cimg/node:24.4.1
+ - image: cimg/node:24.10.0
7
resource_class: medium
8
working_directory: ~/repo
9
environment:
@@ -14,7 +14,7 @@ executors:
14
15
node-browsers:
16
17
- - image: cimg/node:24.4.1-browsers
+ - image: cimg/node:24.10.0-browsers
18
19
20
0 commit comments