From 0f3833cfef161a6644dd269bf5361ae2983269d7 Mon Sep 17 00:00:00 2001 From: Oliver Barnwell Date: Fri, 16 Aug 2024 17:49:20 +0100 Subject: [PATCH] set correct version on pnpm/action-setup --- .github/workflows/cypress-e2e-firefox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-e2e-firefox.yml b/.github/workflows/cypress-e2e-firefox.yml index 8e8cdd152..388ff3ee3 100644 --- a/.github/workflows/cypress-e2e-firefox.yml +++ b/.github/workflows/cypress-e2e-firefox.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 # enables use to use the cache in actions/setup-node - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v4.0.0 - uses: actions/setup-node@v3 with: node-version-file: '.nvmrc'