mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:33:55 +08:00
chore: remove volta use setup-node
This commit is contained in:
parent
35530f9fe8
commit
1b350d7f18
9
.github/workflows/check.yml
vendored
9
.github/workflows/check.yml
vendored
|
@ -19,14 +19,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: volta-cli/action@v3
|
||||
|
||||
- name: download node
|
||||
uses: nick-fields/retry@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
timeout_minutes: 3
|
||||
max_attempts: 3
|
||||
command: node -v
|
||||
node-version: 20
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
|
||||
|
|
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -14,14 +14,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: volta-cli/action@v3
|
||||
|
||||
- name: download node
|
||||
uses: nick-fields/retry@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
timeout_minutes: 3
|
||||
max_attempts: 3
|
||||
command: node -v
|
||||
node-version: 20
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user