Skip to content

Commit e30c850

Browse files
committed
Don't install packages with npm ci
We don't track the lockfile
1 parent 479fb8c commit e30c850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

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

3333
- name: Install project
3434
run: |
35-
npm ci
35+
npm install
3636
3737
- name: Run tests
3838
run: |

0 commit comments

Comments
 (0)