Skip to content

Commit

Permalink
upgrade node20 since node16 was deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Aug 29, 2024
1 parent f726850 commit a9b100c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
if: github.repository == 'maxplanck-ie/parkour2'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Playwright rule
run: |
make playwright
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: test-suite-report
Expand Down

0 comments on commit a9b100c

Please sign in to comment.