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