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