mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
chore(actions): download node
This commit is contained in:
7
.github/workflows/check.yml
vendored
7
.github/workflows/check.yml
vendored
@@ -21,7 +21,12 @@ jobs:
|
|||||||
|
|
||||||
- uses: volta-cli/action@v3
|
- uses: volta-cli/action@v3
|
||||||
|
|
||||||
- run: node -v
|
- name: download node
|
||||||
|
uses: nick-fields/retry@v2
|
||||||
|
with:
|
||||||
|
timeout_minutes: 10
|
||||||
|
max_attempts: 3
|
||||||
|
command: node -v
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
|
|
||||||
|
|||||||
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -16,7 +16,12 @@ jobs:
|
|||||||
|
|
||||||
- uses: volta-cli/action@v3
|
- uses: volta-cli/action@v3
|
||||||
|
|
||||||
- run: node -v
|
- name: download node
|
||||||
|
uses: nick-fields/retry@v2
|
||||||
|
with:
|
||||||
|
timeout_minutes: 10
|
||||||
|
max_attempts: 3
|
||||||
|
command: node -v
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user