Skip to content

Commit dd0722f

Browse files
committed
ci: disable npm clean install due to lock issues
1 parent d638e20 commit dd0722f

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
@@ -33,7 +33,7 @@ jobs:
3333
node-version: "lts/*"
3434

3535
- name: Install dependencies
36-
run: npm clean-install
36+
run: npm i
3737

3838
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
3939
run: npm audit signatures

0 commit comments

Comments
 (0)