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 98570c8 commit 99e16c4Copy full SHA for 99e16c4
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/setup-node@v2
34
with:
35
node-version: ${{ matrix.node-version }}
36
- - run: npm ci
+ - run: npm ci --force
37
- run: npm run lint
38
- run: npm run build
39
- run: npm test
@@ -57,7 +57,7 @@ jobs:
57
58
node-version: 14
59
registry-url: https://registry.npmjs.org/
60
61
62
- run: npx semantic-release@17
63
env:
0 commit comments