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 b77eb7a commit 4289754Copy full SHA for 4289754
.github/workflows/test.yml
@@ -25,6 +25,8 @@ jobs:
25
- uses: actions/setup-node@v4
26
with:
27
node-version: ${{ matrix.node }}
28
+ - name: install
29
+ run: npm install
30
31
- name: npm ci
32
run: npm ci --ignore-scripts
0 commit comments