Skip to content

Commit 4ea9292

Browse files
committed
update workflow
1 parent c65925f commit 4ea9292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: 'npm'
2424

2525
- name: Install dependencies
26-
run: npm install
26+
run: npm ci
2727

2828
- name: Run tests
2929
run: npm test

0 commit comments

Comments
 (0)