Skip to content

Commit

Permalink
fix: added node version 20 to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Jan 28, 2024
1 parent ce2adaf commit 99b4f7c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
- name: Set up Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.24
bun-version: 1.0.25

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install Dependencies
run: bun install
Expand Down

0 comments on commit 99b4f7c

Please sign in to comment.