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 d0b0348 commit 50d5258Copy full SHA for 50d5258
.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.1
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