Skip to content

Commit 324ae8d

Browse files
ci: Require Node 22+ for release workflow
1 parent 5a675bf commit 324ae8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020

21+
- name: Setup Node.js
22+
uses: actions/setup-node@v4
23+
with:
24+
node-version: 22
25+
2126
- name: Setup Bun
2227
uses: oven-sh/setup-bun@v2
2328
with:

0 commit comments

Comments
 (0)