Skip to content

Commit 4331af3

Browse files
fix ci
1 parent b3ccbb3 commit 4331af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ runs:
2727

2828
- name: Install dependencies
2929
if: steps.modules-cache.outputs.cache-hit != 'true'
30-
run: npm install --frozen-lockfile
30+
run: npm ci
3131
shell: bash

0 commit comments

Comments
 (0)