We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd03fc6 commit e6e2f12Copy full SHA for e6e2f12
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: 24
20
21
- name: Install dependencies
22
- run: run: rm -f package-lock.json && npm install
+ run: rm -f package-lock.json && npm install
23
24
- name: Run tests
25
run: npm run test
0 commit comments