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 cba9808 commit dba1ef3Copy full SHA for dba1ef3
.github/workflows/test.yml
@@ -25,6 +25,6 @@ jobs:
25
uses: actions/setup-node@v1
26
with:
27
node-version: '${{ matrix.node-version }}'
28
- - run: npm ci --force
+ - run: npm ci
29
- run: npm run build --if-present
30
- run: npm test
0 commit comments