There was an error while loading. Please reload this page.
1 parent bd3e73f commit 31b0153Copy full SHA for 31b0153
1 file changed
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
executors:
4
node:
5
docker:
6
- - image: cimg/node:24.12.0
+ - image: cimg/node:24.13.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.12.0-browsers
+ - image: cimg/node:24.13.0-browsers
18
19
20
0 commit comments