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'