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.
2 parents 5d5cae7 + 08f42df commit 49db8fcCopy full SHA for 49db8fc
.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
25
build:
26
working_directory: ~/nest
27
docker:
28
- - image: cimg/node:21.1
+ - image: cimg/node:21.4
29
steps:
30
- checkout
31
- run:
@@ -47,7 +47,7 @@ jobs:
47
unit_tests:
48
49
50
51
52
53
- *restore-cache
@@ -58,7 +58,7 @@ jobs:
58
e2e_tests:
59
60
61
62
63
64
0 commit comments