Skip to content

Commit 6e27f30

Browse files
committed
add more test
1 parent bd63c99 commit 6e27f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: macos-latest
1616
strategy:
1717
matrix:
18-
browser: [chrome, firefox, safari]
18+
browser: [chrome, firefox, safari, javascriptcore, spidermonkey, v8]
1919
steps:
2020
- name: Install Firefox
2121
if: ${{ matrix.browser == 'firefox' }}
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: 18.13.0
28+
node-version: 23.6.1
2929
- name: Install
3030
run: npm install
3131
- name: Run tests

0 commit comments

Comments
 (0)