Skip to content

Commit 16fed31

Browse files
feat: use npx
1 parent 6d1dcf2 commit 16fed31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
uses: technote-space/create-pr-action@v1
1515
with:
1616
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
17-
GLOBAL_INSTALL_PACKAGES: npm-check-updates
1817
EXECUTE_COMMANDS: |
19-
ncu -u --packageFile package.json
18+
npx npm-check-updates -u --packageFile package.json
2019
yarn install
2120
yarn upgrade
2221
yarn audit

0 commit comments

Comments
 (0)