Skip to content

Commit 4338b2f

Browse files
committed
chore(deps): fix locks
1 parent 97809ce commit 4338b2f

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.github/workflows/fix-pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: cargo install cargo-edit
3131

3232
- name: Install dependencies
33-
run: npm clean-install
33+
run: npm install
3434

3535
# Get generated release id
3636
- name: Get Latest Release id

.github/workflows/publish-pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: cargo install cargo-edit
3131

3232
- name: Install dependencies
33-
run: npm clean-install
33+
run: npm install
3434
- name: Release
3535
id: release
3636
env:

Cargo.lock

Lines changed: 11 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)