mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:23:45 +08:00
chore(actions): download node
This commit is contained in:
parent
3a7508a16a
commit
5fd88e4fe0
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user