Skip to content

Commit 4311158

Browse files
authored
Update node.js.yml
1 parent 00916e2 commit 4311158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Set PUBLISH_PLEASE_DISABLE_PROMPT
2727
run: echo "PUBLISH_PLEASE_DISABLE_PROMPT=true" >> $GITHUB_ENV
28-
- run: npm install && npm remove publish-please
28+
- run: npm install --ignore-scripts
2929
- run: npm run test
3030
- uses: coverallsapp/github-action@v1.1.1
3131
with:

0 commit comments

Comments
 (0)