We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec3787 commit 7767d85Copy full SHA for 7767d85
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
- - run: npm i -D
+ - run: npm ci
19
- name: Diff
20
run: |
21
npm run format
0 commit comments