From 3cf7e43e5cc536a6a38df40082b969f23f940be9 Mon Sep 17 00:00:00 2001 From: Shinichi Okada <147320+shinokada@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:35:42 +0100 Subject: [PATCH] fix: github workflow playwright version --- .github/workflows/playwright-and-lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright-and-lint.yaml b/.github/workflows/playwright-and-lint.yaml index 75a143b..e6586f6 100644 --- a/.github/workflows/playwright-and-lint.yaml +++ b/.github/workflows/playwright-and-lint.yaml @@ -13,12 +13,12 @@ jobs: name: 'Playwright and Lint' runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.37.1-focal + image: mcr.microsoft.com/playwright:v1.40.1-focal steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 'latest' - uses: actions/setup-node@v3 with: node-version: '18'