From 41fb230610bdf0b69584f6fb9229b113406fa55a Mon Sep 17 00:00:00 2001 From: baked Date: Thu, 4 Jul 2024 19:04:06 +0200 Subject: [PATCH] remove pnpm version in actions --- .github/workflows/pull.yml | 8 -------- .github/workflows/release.yml | 2 -- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index aadb6f4..4822e2c 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -21,8 +21,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v4 - with: - version: 8.15.5 - name: Setup node uses: actions/setup-node@v3 with: @@ -39,8 +37,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v4 - with: - version: 8.15.5 - name: Setup node uses: actions/setup-node@v3 with: @@ -59,8 +55,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v4 - with: - version: 8.15.5 - name: Setup node uses: actions/setup-node@v3 with: @@ -79,8 +73,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v4 - with: - version: 8.15.5 - name: Setup node uses: actions/setup-node@v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99912f8..f9d1827 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,6 @@ jobs: action: check token: ${{ github.token }} - uses: pnpm/action-setup@v4 - with: - version: 8.15.5 if: steps.check.outputs.can-publish == 'true' - name: Setup node uses: actions/setup-node@v3