Skip to content

Commit

Permalink
chore: Update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Feb 17, 2024
1 parent 7530f60 commit 4bca4b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
pull-requests: write
steps:
- uses: mskelton/setup-bun@v1
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: bun semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4bca4b7

Please sign in to comment.