Compare commits
1 Commits
402e65a347
...
c824d053fb
| Author | SHA1 | Date | |
|---|---|---|---|
|
c824d053fb
|
@@ -34,9 +34,10 @@ jobs:
|
||||
if: steps.check-branch-exists.outputs.exists == 'false'
|
||||
run: echo "Branch origin/${{ github.base_ref }} was not found, likely already merged"
|
||||
|
||||
|
||||
- name: Set up Node.js
|
||||
if: steps.check-branch-exists.outputs.exists == 'true'
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: '24'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user