Skip to content

Commit 6e53e0e

Browse files
committed
chore: swtich to npm ci
1 parent 3d7a35b commit 6e53e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: "npm"
2525

2626
- name: Install dependencies
27-
run: npm install
27+
run: npm ci
2828

2929
- name: Run Jest tests
3030
run: npm run test

0 commit comments

Comments
 (0)