Skip to content

Commit 29d6e66

Browse files
authored
Update playwright.yml (#587)
1 parent 54b099c commit 29d6e66

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/playwright.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ jobs:
88
test:
99
timeout-minutes: 60
1010
runs-on: ubuntu-latest
11+
container:
12+
image: mcr.microsoft.com/playwright:v1.41.2
1113
steps:
12-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1315
- uses: actions/setup-node@v3
1416
with:
15-
node-version: 16
17+
node-version: 20
1618
- run: npm install -g pnpm@8.8.0
1719
- run: pnpm install
1820
- run: pnpm build
19-
- run: npx playwright install --with-deps
21+
- run: npx playwright install
2022
- run: pnpm test || exit 1
21-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2224
if: always()
2325
with:
2426
name: playwright-report

0 commit comments

Comments
 (0)