From c0702108e2ce733405da94395b351e39df10775b Mon Sep 17 00:00:00 2001 From: Southpaw Date: Fri, 23 Jun 2023 12:19:17 +0100 Subject: [PATCH] Fix GitHub Action (maybe) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6faba7d..be68a3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: node-version: "18.x" - name: Install PNPM - uses: pnpm/action-setup + uses: pnpm/action-setup@v2 with: version: "8.x"