Skip to content

Commit bb556a1

Browse files
🐛 fix: Fix node version
1 parent df236c6 commit bb556a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13+
- uses: actions/setup-node@v3
14+
with:
15+
node-version: '18'
16+
1317
- name: Install bun
1418
uses: oven-sh/setup-bun@v2
1519
with:

0 commit comments

Comments
 (0)