Skip to content

Commit 9848c68

Browse files
Use npm ci
1 parent 6887684 commit 9848c68

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Install dependencies
26-
run: |
27-
rm -rf package-lock.json node_modules
28-
npm i
26+
run: npm ci
2927

3028
# - name: Run tests
3129
# run: npm test

0 commit comments

Comments
 (0)