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 4c1e063 commit 64d3948Copy full SHA for 64d3948
.circleci/config.yml
@@ -21,7 +21,7 @@ jobs:
21
build:
22
working_directory: ~/nest
23
docker:
24
- - image: cimg/node:22.21.1
+ - image: cimg/node:24.11.0
25
steps:
26
- checkout
27
- restore_cache:
@@ -40,7 +40,7 @@ jobs:
40
unit_tests:
41
42
43
44
45
46
- *restore-cache
0 commit comments