We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a69b4 commit 41b5e8cCopy full SHA for 41b5e8c
.github/workflows/test.yaml
@@ -19,7 +19,7 @@ jobs:
19
node-version: "22"
20
21
- name: Install dependencies
22
- run: npm ci
+ run: npm i
23
24
- name: Run tests
25
run: npm test
0 commit comments