We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c353a commit 373b623Copy full SHA for 373b623
1 file changed
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ${{ matrix.os }}
47
strategy:
48
matrix:
49
- node-version: [10.x, 12.x, 14.x, 16.x]
+ node-version: [14.x, 16.x]
50
os: [ubuntu-latest, windows-latest, macos-latest]
51
52
steps:
0 commit comments