Skip to content

Commit

Permalink
Update Github workflow to publish artifact & avoid node version warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
EvidentlyCube committed Sep 25, 2024
1 parent 9458c63 commit 52a1284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run Mocha Tests
Expand All @@ -25,5 +25,5 @@ jobs:
if: always()
with:
name: playwright-report
path: playwright-report/
path: tests-pw/playwright-report/
retention-days: 30

0 comments on commit 52a1284

Please sign in to comment.