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 78a9133 commit 53c3875Copy full SHA for 53c3875
.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
+ - run: npm install --force
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