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 aa1ea61 + 843c966 commit 93927c9Copy full SHA for 93927c9
.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
25
build:
26
working_directory: ~/nest
27
docker:
28
- - image: circleci/node:16
+ - image: cimg/node:16.15
29
steps:
30
- checkout
31
- *restore-cache
@@ -38,7 +38,7 @@ jobs:
38
e2e_tests:
39
40
41
42
43
44
@@ -55,4 +55,3 @@ workflows:
55
- e2e_tests:
56
requires:
57
- build
58
-
0 commit comments