Skip to content

Commit

Permalink
chore: config node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Dec 10, 2024
1 parent 20068b8 commit bab7a63
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Install Dependencies
run: |
Expand All @@ -44,14 +44,18 @@ jobs:
pnpm exec playwright install chromium
pnpm exec playwright test
- name: Collect unit test results
run: |
node scripts/coverage.mjs
- name: Upload blob report to GitHub Actions Artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: report
path: |
packages/g6/__tests__/snapshots/**/*-actual.svg
playwright-report/
artifact
playwright-report
retention-days: 1

- name: Coveralls GitHub Action
Expand Down

0 comments on commit bab7a63

Please sign in to comment.