Skip to content

Commit daefa50

Browse files
committed
ci: test windows too, for curiousity
1 parent 538a1a6 commit daefa50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ ubuntu-latest ]
18+
os: [ ubuntu-latest, windows-latest ]
1919
node:
2020
- ${{ fromJson(needs.get-lts.outputs.active) }}
21-
- 22
21+
- 21
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)