From aea503d980a03cb8cf079c9a4a51c3d208127bb8 Mon Sep 17 00:00:00 2001 From: Conor Morgan Date: Sun, 12 Jan 2025 16:18:01 +0000 Subject: [PATCH] fix: pipeline step failing on installing pnpm Ref: pnpm/action-setup#135 --- .../workflows/azure-static-web-apps-green-beach-0c28ba503.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-green-beach-0c28ba503.yml b/.github/workflows/azure-static-web-apps-green-beach-0c28ba503.yml index 88b8768..e5f3ef7 100644 --- a/.github/workflows/azure-static-web-apps-green-beach-0c28ba503.yml +++ b/.github/workflows/azure-static-web-apps-green-beach-0c28ba503.yml @@ -20,7 +20,7 @@ jobs: submodules: true lfs: false - name: Setup pnpm - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v4 with: version: latest # If specified, run `pnpm install`