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 0f6087d commit ed19984Copy full SHA for ed19984
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: 'lts/*'
28
29
- name: Install dependencies
30
- run: npm ci
+ run: npm install
31
32
- name: Verify scripts
33
run: |
0 commit comments