Skip to content

Commit

Permalink
ci(actions): update node version
Browse files Browse the repository at this point in the history
Updates the setup-node github actions version to v4 and removes
node_version 17.
  • Loading branch information
tlkamp committed Aug 10, 2024
1 parent 851f9f1 commit eff683c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node_version: '17'
- uses: actions/setup-node@v4
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit eff683c

Please sign in to comment.