Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 00d8d44

Browse files
committed
chore: minimum support for mac and windwos
1 parent 9b906b1 commit 00d8d44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616

1717
strategy:
18-
fail-fast: true
18+
fail-fast: false
1919
matrix:
20-
os: [macos-latest, macos-13, windows-latest, windows-2022]
21-
node-version: [18.x, 20.x, 22.x]
20+
os: [macos-latest, windows-2022]
21+
node-version: [18.x, 20.x]
2222

2323
timeout-minutes: 15
2424
steps:

0 commit comments

Comments
 (0)