Skip to content

Commit e6e5820

Browse files
pin pipeline to node v24
1 parent d072d87 commit e6e5820

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/pr-cleanup.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
npm install -g @squaredup/cli
1616
squaredup login --apiKey "$SQUAREDUP_API_KEY"
1717
18+
- name: Setup Node.js
19+
uses: actions/setup-node@v4
20+
with:
21+
node-version: "24"
22+
1823
- name: Delete PR plugins
1924
run: |
2025
pr_number="${{ github.event.pull_request.number }}"

.github/workflows/pr-run.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
echo "EOF" >> $GITHUB_OUTPUT
3333
fi
3434
35+
- name: Setup Node.js
36+
uses: actions/setup-node@v4
37+
with:
38+
node-version: '24'
39+
3540
- name: Install & Configure SquaredUp CLI
3641
if: steps.detect.outputs.plugins_modified == 'true'
3742
env:

0 commit comments

Comments
 (0)