We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c68358 commit b2a325dCopy full SHA for b2a325d
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
os: [ubuntu-latest, macos-latest, windows-latest]
23
- node: [16, 18, 20]
+ node: [18, 20]
24
runs-on: ${{ matrix.os }}
25
steps:
26
- uses: actions/checkout@v4
0 commit comments