Skip to content

Commit 7767d85

Browse files
committed
fix ci
1 parent 1ec3787 commit 7767d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- run: npm i -D
18+
- run: npm ci
1919
- name: Diff
2020
run: |
2121
npm run format

0 commit comments

Comments
 (0)