We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10711b commit 00680a2Copy full SHA for 00680a2
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: |
35
npm install -g npm@latest
36
- npm ci
+ npm install
37
cargo install napi-rs-cli --locked
38
39
- name: Build
0 commit comments