We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2ffcd commit 220676eCopy full SHA for 220676e
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install dependencies with npm (fallback)
37
if: steps.yarn_install.outcome == 'failure'
38
- run: npm ci
+ run: npm install
39
40
- name: Build with Yarn
41
id: yarn_build
0 commit comments