We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c609fe commit b38b277Copy full SHA for b38b277
.github/workflows/reliability_report.yml
@@ -15,9 +15,9 @@ jobs:
15
create-report:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
19
with:
20
- node-version: 16
+ node-version: lts/*
21
- run: npm i -g @node-core/utils
22
- run: ncu-config --global set jenkins_token ${{ secrets.JENKINS_TOKEN }}
23
- run: ncu-config --global set token ${{ secrets.USER_TOKEN }}
0 commit comments