mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 01:32:17 +00:00
CI: Set up Node.js 24 in rebuild workflow
This commit is contained in:
6
.github/workflows/rebuild.yml
vendored
6
.github/workflows/rebuild.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user