From 9db4ec545bf2b2784bdc45d29d1bf08d702065f9 Mon Sep 17 00:00:00 2001 From: Igor Bezkrovnyi <1188919+ibezkrovnyi@users.noreply.github.com> Date: Mon, 27 Sep 2021 22:07:42 +0200 Subject: [PATCH 1/2] Update release.yml --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ddb0642..c487f65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,8 +25,10 @@ jobs: path: ~/.pnpm-store key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} - - name: '[pnpm] download pnpm binary' - run: curl -f https://get.pnpm.io/v6.14.js | node - add --global pnpm@6 + - name: '[pnpm] Install pnpm' + uses: pnpm/action-setup@v2.0.1 + with: + version: 6.15.1 - name: '[pnpm] configure SINCE git ref' run: | @@ -72,4 +74,4 @@ jobs: # - First Change # - Second Change # draft: false - # prerelease: false \ No newline at end of file + # prerelease: false From c6376e7172dba25f2fe68ffeca1a7a1f8456de2f Mon Sep 17 00:00:00 2001 From: Igor Bezkrovnyi <1188919+ibezkrovnyi@users.noreply.github.com> Date: Mon, 27 Sep 2021 22:08:13 +0200 Subject: [PATCH 2/2] Update commit.yml --- .github/workflows/commit.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 305d90d..9ad49e4 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -27,8 +27,10 @@ jobs: path: ~/.pnpm-store key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} - - name: '[pnpm] download pnpm binary' - run: curl -f https://get.pnpm.io/v6.14.js | node - add --global pnpm@6 + - name: '[pnpm] Install pnpm' + uses: pnpm/action-setup@v2.0.1 + with: + version: 6.15.1 - name: '[pnpm] configure SINCE git ref' run: |