Skip to content

Commit 2886d4d

Browse files
committed
Infrastructure: Use npm ci for reproducible builds
1 parent a6b6945 commit 2886d4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '20'
2020

2121
- name: Install dependencies
22-
run: npm install
22+
run: npm ci
2323

2424
- name: Build
2525
run: npm run build

stage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ "$CURR_HASH" != "$LAST_HASH" ]; then
2626

2727
rm -rf ./dist/
2828

29-
npm install
29+
npm ci
3030
npm run lint
3131

3232
rm -rf $OUTPUT_DIR

0 commit comments

Comments
 (0)