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 fbef018 commit 4a23bdcCopy full SHA for 4a23bdc
.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
working_directory: ~/nest-azure-storage
19
docker:
20
- - image: cimg/node:20.3
+ - image: cimg/node:20.19
21
steps:
22
- checkout
23
- restore_cache:
@@ -36,7 +36,7 @@ jobs:
36
integration_tests:
37
38
39
40
41
42
- *restore-cache
0 commit comments