We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8b580 commit 18b550dCopy full SHA for 18b550d
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- node-version: [16.x, 18.x]
+ node-version: [16.x, 18.x, 20.x]
18
os: [ubuntu-latest, windows-latest]
19
20
runs-on: ${{ matrix.os }}
0 commit comments