We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b1812 commit ec6e14aCopy full SHA for ec6e14a
1 file changed
.github/workflows/nodejs.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
matrix:
29
- node-version: [16.x, 18.x, 19.x, 20.x]
+ node-version: [16.x, 18.x, 20.x]
30
os: [ubuntu-latest, macOS-latest, windows-latest]
31
runs-on: ${{ matrix.os }}
32
steps:
0 commit comments