Skip to content

Commit 8ae4742

Browse files
authored
2 parents 7058a75 + 80122ae commit 8ae4742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-node@v1
2929
with:
3030
node-version: ${{ matrix.node-version }}
31-
- run: npm install --force
31+
- run: npm install
3232
- run: npm run build
3333
- run: npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
3434
- name: Codecov

0 commit comments

Comments
 (0)