Skip to content

Commit

Permalink
chore: update to use @node-core/utils (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung authored Nov 15, 2023
1 parent f8cd32e commit 7c609fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reliability_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm i -g node-core-utils
- run: npm i -g @node-core/utils
- run: ncu-config --global set jenkins_token ${{ secrets.JENKINS_TOKEN }}
- run: ncu-config --global set token ${{ secrets.USER_TOKEN }}
- run: ncu-config --global set username ${{ secrets.USER_NAME }}
Expand Down

0 comments on commit 7c609fe

Please sign in to comment.