We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e9816 commit 0f21193Copy full SHA for 0f21193
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
node: [16, 18, 20, 22]
25
- os: [ubuntu-latest, macos-latest, windows-2019]
+ os: [ubuntu-latest, macos-latest, windows-latest]
26
name: Node v${{ matrix.node }} (${{ matrix.os }})
27
runs-on: ${{ matrix.os }}
28
timeout-minutes: 10
0 commit comments