Skip to content

Commit 02e1862

Browse files
authored
chore(cic-d): Change npm install to npm ci in release workflow
1 parent 948edbc commit 02e1862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CONFIG_EMAIL: ${{ vars.RELEASE_COMMIT_EMAIL }}
3939

4040
- name: Install 📌
41-
run: npm install
41+
run: npm ci --ignore-scripts
4242

4343
- name: Test 🔧
4444
run: npm run test

0 commit comments

Comments
 (0)