Skip to content

Commit

Permalink
chore: Update release.yml to use 'npm ci' instead of 'npm install'
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Jun 14, 2024
1 parent 55b309a commit 1365e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: npm install -g node-gyp

- name: Install dependencies
run: npm install
run: npm ci

- name: Install electron-builder
run: npm i electron-builder -g
Expand Down

0 comments on commit 1365e3b

Please sign in to comment.