We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bec177 commit 503530cCopy full SHA for 503530c
.github/workflows/ci.yml
@@ -30,11 +30,12 @@ jobs:
30
- name: Lint Code
31
run: npm run @ci:lint
32
test:
33
- runs-on: ubuntu-latest
34
- name: "test: node@${{ matrix.node }}"
+ runs-on: ${{ matrix.os }}
+ name: "test: node@${{ matrix.node }} (${{ matrix.os }})"
35
strategy:
36
fail-fast: false
37
matrix:
38
+ os: [ubuntu-latest, windows-latest]
39
node: [20, 22, 24]
40
steps:
41
- name: Checkout code
0 commit comments