Skip to content

Commit 1365e3b

Browse files
committed
chore: Update release.yml to use 'npm ci' instead of 'npm install'
1 parent 55b309a commit 1365e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: npm install -g node-gyp
7979

8080
- name: Install dependencies
81-
run: npm install
81+
run: npm ci
8282

8383
- name: Install electron-builder
8484
run: npm i electron-builder -g

0 commit comments

Comments
 (0)