fix: downgrade checkout and setup-node to v3 for act runner compatibility
Deploy Slides / build-and-deploy (push) Failing after 1m2s
Deploy Slides / build-and-deploy (push) Failing after 1m2s
v4 actions require Node 20 in PATH during post-step cleanup, which act does not provide. v3 uses Node 16 that act bundles by default. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -10,10 +10,10 @@ jobs:
|
|||||||
runs-on: aliyun
|
runs-on: aliyun
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user