We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef31bc8 commit cbd7b6bCopy full SHA for cbd7b6b
.github/workflows/test.yml
@@ -13,6 +13,6 @@ jobs:
13
with:
14
node-version: 18.20.4
15
- name: Install dependencies
16
- run: npm ci
+ run: npm install
17
- name: Run tests
18
run: npm test
0 commit comments