Skip to content

Commit 4472004

Browse files
committed
CI: Set up Node.js 24 in rebuild workflow
1 parent 1a97b0f commit 4472004

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rebuild.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
fetch-depth: 0
3030
ref: ${{ env.HEAD_REF }}
3131

32+
- name: Set up Node.js
33+
uses: actions/setup-node@v6
34+
with:
35+
node-version: 24
36+
cache: 'npm'
37+
3238
- name: Remove label
3339
if: github.event_name == 'pull_request'
3440
env:

0 commit comments

Comments
 (0)