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.
2 parents 7058a75 + 80122ae commit 8ae4742Copy full SHA for 8ae4742
.github/workflows/node.js.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/setup-node@v1
29
with:
30
node-version: ${{ matrix.node-version }}
31
- - run: npm install --force
+ - run: npm install
32
- run: npm run build
33
- run: npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
34
- name: Codecov
0 commit comments