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 e34efdc commit d30e73cCopy full SHA for d30e73c
.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
25
build:
26
working_directory: ~/nest
27
docker:
28
- - image: cimg/node:22.14.0
+ - image: cimg/node:24.11.1
29
steps:
30
- checkout
31
- *restore-cache
@@ -38,7 +38,7 @@ jobs:
38
e2e_tests:
39
40
41
42
43
44
0 commit comments