Skip to content

Commit 00680a2

Browse files
committed
workflow/issue
1 parent c10711b commit 00680a2

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
- name: Install dependencies
3434
run: |
3535
npm install -g npm@latest
36-
npm ci
36+
npm install
3737
cargo install napi-rs-cli --locked
3838
3939
- name: Build

0 commit comments

Comments
 (0)