Skip to content

Commit

Permalink
fix: update release github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbescodes committed Oct 16, 2023
1 parent 6a8e426 commit 4630e7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Create release PR or publish package
Expand Down

0 comments on commit 4630e7b

Please sign in to comment.