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 1378aab commit ecd6c15Copy full SHA for ecd6c15
.circleci/config.yml
@@ -12,7 +12,7 @@ parameters:
12
executors:
13
node:
14
docker:
15
- - image: cimg/node:24.4.0-browsers
+ - image: cimg/node:24.4.1-browsers
16
resource_class: small
17
working_directory: ~/repo
18
environment:
@@ -23,7 +23,7 @@ executors:
23
24
node-build:
25
26
27
resource_class: medium
28
29
@@ -34,7 +34,7 @@ executors:
34
35
node-interop:
36
37
38
resource_class: "medium+"
39
40
0 commit comments