mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
chore: remove volta use setup-node
This commit is contained in:
9
.github/workflows/check.yml
vendored
9
.github/workflows/check.yml
vendored
@@ -19,14 +19,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: volta-cli/action@v3
|
- uses: actions/setup-node@v3
|
||||||
|
|
||||||
- name: download node
|
|
||||||
uses: nick-fields/retry@v2
|
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 3
|
node-version: 20
|
||||||
max_attempts: 3
|
|
||||||
command: node -v
|
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
|
|
||||||
|
|||||||
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -14,14 +14,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: volta-cli/action@v3
|
- uses: actions/setup-node@v3
|
||||||
|
|
||||||
- name: download node
|
|
||||||
uses: nick-fields/retry@v2
|
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 3
|
node-version: 20
|
||||||
max_attempts: 3
|
|
||||||
command: node -v
|
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user