diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 67d03d18..1d0a943d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18b1ebe0..13646ded 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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