Skip to content

Commit 4b9591c

Browse files
Change npm ci to npm install in build workflow
1 parent 941b9e7 commit 4b9591c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: npm
2121

2222
- name: Install dependencies
23-
run: npm ci --force
23+
run: npm install --force
2424

2525
- name: Build
2626
run: |

0 commit comments

Comments
 (0)