CI: Set up Node.js 24 in rebuild workflow

This commit is contained in:
Henry Mercer
2026-03-11 18:18:30 +00:00
parent 1a97b0f94e
commit 44720043ea

View File

@@ -29,6 +29,12 @@ jobs:
fetch-depth: 0
ref: ${{ env.HEAD_REF }}
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 24
cache: 'npm'
- name: Remove label
if: github.event_name == 'pull_request'
env: