We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81e660 commit d89bfb0Copy full SHA for d89bfb0
1 file changed
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
cache-dependency-path: "**/package-lock.json"
34
35
- name: Install dependencies
36
- run: npm ci
+ run: npm i
37
38
- name: Run lint and typecheck
39
if: matrix.os == 'ubuntu-latest'
0 commit comments