Skip to content

Commit

Permalink
chore(playwright-gh-workflow): update actions' version
Browse files Browse the repository at this point in the history
  • Loading branch information
doinel1a committed Mar 18, 2024
1 parent 98f368b commit 21c4695
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Create .env file
Expand All @@ -26,7 +26,7 @@ jobs:
run: npx playwright install-deps
- name: Run Playwright tests
run: pnpm test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit 21c4695

Please sign in to comment.