From 5c4a78c869de8369d494df4d3327f12e405353a6 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Mon, 6 May 2024 18:26:03 +0200 Subject: [PATCH] Remove pnpm version to avoid mismatches with package.json --- .github/workflows/playwright.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index f080f4b..7f73b8c 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -7,9 +7,7 @@ jobs: runs-on: ubuntu-latest # or macos-latest, windows-latest steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 - with: - version: 'latest' + - uses: pnpm/action-setup@v3 # Use the official setup-node action (sets up Node.js): # https://github.com/actions/setup-node