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 83f903b commit 7749d41Copy full SHA for 7749d41
.circleci/config.yml
@@ -7,7 +7,7 @@ aliases:
7
- &install-deps
8
run:
9
name: Install dependencies
10
- command: npm ci
+ command: npm ci --ignore-scripts
11
- &build-packages
12
13
name: Build
@@ -17,7 +17,7 @@ jobs:
17
build:
18
working_directory: ~/nest
19
docker:
20
- - image: cimg/node:20.2
+ - image: cimg/node:20.3
21
steps:
22
- checkout
23
- run:
@@ -27,7 +27,7 @@ jobs:
27
key: dependency-cache-{{ checksum "package.json" }}
28
29
30
31
- save_cache:
32
33
paths:
0 commit comments