Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit c126f66

Browse files
authored
fix: dependency install
1 parent 7040582 commit c126f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
path: dist
3636
- name: npm install and test
3737
run: |
38-
npm install
38+
npm ci
3939
npm test
4040
push_to_registry:
4141
name: Push Docker image to GitHub Packages

0 commit comments

Comments
 (0)