Skip to content

Commit

Permalink
update npm-check-updates usage in node workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Dec 3, 2023
1 parent 7d176f9 commit 341b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version-file: ".node-version"
cache: npm
- run: npx npm-check-updates -u
- run: npx npm-check-updates --doctor --doctorTest "npm run build" --peer --upgrade
- run: rm -rf node_modules package-lock.json
- run: npm install
- uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 341b56a

Please sign in to comment.