Skip to content

Commit

Permalink
fix: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rturnq committed Jan 14, 2025
1 parent 70d3f3a commit 6feb129
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 20, 22]
os: [ubuntu-latest, windows-latest]
node: [18, 20]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -44,6 +45,8 @@ jobs:
cache: npm
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
- name: Run tests
run: npm run @ci:test
- name: Report code coverage
Expand Down

0 comments on commit 6feb129

Please sign in to comment.