We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e890435 + 56f3152 commit db7b3d6Copy full SHA for db7b3d6
1 file changed
.circleci/config.yml
@@ -21,7 +21,7 @@ jobs:
21
build:
22
working_directory: ~/nest
23
docker:
24
- - image: cimg/node:24.11.1
+ - image: cimg/node:24.13.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