We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343a467 commit 260bdf7Copy full SHA for 260bdf7
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
node-version: '20'
61
62
- name: Install dependencies
63
- run: npm ci --ignore-scripts
+ run: npm install --ignore-scripts
64
65
- name: Lint and typecheck
66
run: npm run build
0 commit comments