Skip to content

Commit 84cf657

Browse files
authored
Merge pull request #14 from happyprime/fix/revert-npm-ci-change
Use npm install rather than npm ci
2 parents f12d40a + fc46dea commit 84cf657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
restore-keys: node-dependencies-
4545

4646
- name: Install Node dependencies
47-
run: npm ci
47+
run: npm install
4848

4949
- name: Build
5050
run: npm run build

0 commit comments

Comments
 (0)