Skip to content

Commit a5756f9

Browse files
Merge pull request #220 from Azure/zhiyuanliang/browser-vitest
Add browser test
1 parent 0777090 commit a5756f9

18 files changed

+1501
-51
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x, 22.x, 24.x]
16+
node-version: [20.x, 22.x, 24.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3
@@ -26,3 +26,4 @@ jobs:
2626
- run: npm run lint
2727
- run: npm run build
2828
- run: npm test
29+
- run: npm run test-browser

0 commit comments

Comments
 (0)