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

Commit 87ce792

Browse files
committed
chore: only support latest for nodejs versions
1 parent 00d8d44 commit 87ce792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [macos-latest, windows-2022]
20+
os: [macos-latest, windows-latest]
2121
node-version: [18.x, 20.x]
2222

2323
timeout-minutes: 15

0 commit comments

Comments
 (0)