Skip to content

Commit 7749d41

Browse files
ci: update config.yml
1 parent 83f903b commit 7749d41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aliases:
77
- &install-deps
88
run:
99
name: Install dependencies
10-
command: npm ci
10+
command: npm ci --ignore-scripts
1111
- &build-packages
1212
run:
1313
name: Build
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
working_directory: ~/nest
1919
docker:
20-
- image: cimg/node:20.2
20+
- image: cimg/node:20.3
2121
steps:
2222
- checkout
2323
- run:
@@ -27,7 +27,7 @@ jobs:
2727
key: dependency-cache-{{ checksum "package.json" }}
2828
- run:
2929
name: Install dependencies
30-
command: npm ci
30+
command: npm ci --ignore-scripts
3131
- save_cache:
3232
key: dependency-cache-{{ checksum "package.json" }}
3333
paths:

0 commit comments

Comments
 (0)