mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +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:
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user