Skip to content

Commit 99b4f7c

Browse files
fix: added node version 20 to workflow
1 parent ce2adaf commit 99b4f7c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ jobs:
2020
- name: Set up Bun
2121
uses: oven-sh/setup-bun@v1
2222
with:
23-
bun-version: 1.0.24
23+
bun-version: 1.0.25
24+
25+
- name: Set up Node
26+
uses: actions/setup-node@v4
27+
with:
28+
node-version: 20
2429

2530
- name: Install Dependencies
2631
run: bun install

0 commit comments

Comments
 (0)