Skip to content

Commit

Permalink
ci: bump required node version to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
state303 authored Feb 10, 2024
1 parent 6e6195c commit 18bdd25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
needs: [ test ]
steps:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: |
echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | sudo tee /etc/apt/sources.list.d/goreleaser.list
sudo apt update
Expand Down

0 comments on commit 18bdd25

Please sign in to comment.