We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f602dd6 commit 709b10bCopy full SHA for 709b10b
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- node: [18, 20]
+ node: [18, 20.4]
14
os: [ubuntu-latest, windows-latest]
15
env:
16
OS: ${{ matrix.os }}
0 commit comments