Skip to content

Commit 220676e

Browse files
committed
update workflow
1 parent 4f2ffcd commit 220676e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install dependencies with npm (fallback)
3737
if: steps.yarn_install.outcome == 'failure'
38-
run: npm ci
38+
run: npm install
3939

4040
- name: Build with Yarn
4141
id: yarn_build

0 commit comments

Comments
 (0)