From 349aa8e1ad36e20011c5a37d9253c5042bfbb29e Mon Sep 17 00:00:00 2001 From: patak-dev Date: Sat, 28 May 2022 20:52:26 +0200 Subject: [PATCH] chore: update to pnpm/action-setup@2.2.2 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 013794932f334c..248bb3fbedd101 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.2.2 - name: Set node version to ${{ matrix.node_version }} uses: actions/setup-node@v3 @@ -87,7 +87,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.2.2 - name: Set node version to 16 uses: actions/setup-node@v3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc91df0ed32f7c..5b26ca1a4697ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.2.2 - name: Set node version to 16.x uses: actions/setup-node@v3