Skip to content

Commit

Permalink
fix: github workflow playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jan 12, 2024
1 parent 2b6a2af commit 3cf7e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3cf7e43

Please sign in to comment.