2 parents 70851bd + 674fa4a commit 2e0ca09Copy full SHA for 2e0ca09
1 file changed
.github/actions/setup-bun/action.yml
@@ -12,6 +12,13 @@ inputs:
12
runs:
13
using: "composite"
14
steps:
15
+ # node-gyp@latest (invoked via bunx for native install scripts) requires Node >=22;
16
+ # some runner images ship an older system Node on PATH
17
+ - name: Setup Node
18
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
19
+ with:
20
+ node-version: "24"
21
+
22
- name: Get baseline download URL
23
id: bun-url
24
shell: bash
0 commit comments