Skip to content

Commit

Permalink
fix: use Node.js LTS version in workflow (#803)
Browse files Browse the repository at this point in the history
`@node-core/utils` doesn't support Node.js 16 anymore.
  • Loading branch information
targos committed Mar 7, 2024
1 parent 7c609fe commit b38b277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reliability_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
create-report:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- 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 }}
Expand Down

0 comments on commit b38b277

Please sign in to comment.