From 1322c6b8fc5faf14539d61aee78c970af631865a Mon Sep 17 00:00:00 2001 From: Andy Bitz Date: Mon, 21 Aug 2023 20:45:28 +0200 Subject: [PATCH] Lock PNPM version to 7 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/publish.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb8e5fce..337f4826 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - name: Setup PNPM 7 uses: pnpm/action-setup@v2.0.1 with: - version: latest + version: 7 - name: Setup Node 18 uses: actions/setup-node@v2 with: @@ -34,7 +34,7 @@ jobs: - name: Setup PNPM 7 uses: pnpm/action-setup@v2.0.1 with: - version: latest + version: 7 - name: Setup Node 18 uses: actions/setup-node@v2 with: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 63c409a0..6a835305 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: - name: Setup PNPM 7 uses: pnpm/action-setup@v2.0.1 with: - version: latest + version: 7 - name: Setup Node 18 uses: actions/setup-node@v2 with: