We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98869e4 commit b2b648cCopy full SHA for b2b648c
.circleci/config.yml
@@ -21,7 +21,7 @@ jobs:
21
build:
22
working_directory: ~/nest
23
docker:
24
- - image: cimg/node:22.14.0
+ - image: cimg/node:22.15.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