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 4911a33 commit e05d361Copy full SHA for e05d361
.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
working_directory: ~/nest
19
docker:
20
- - image: cimg/node:22.14.0
+ - image: cimg/node:22.15.0
21
steps:
22
- checkout
23
- restore_cache:
@@ -35,7 +35,7 @@ jobs:
35
e2e_test:
36
37
38
39
40
41
- *restore-cache
@@ -46,7 +46,7 @@ jobs:
46
test:
47
48
49
50
51
52
0 commit comments