We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a085e05 commit acf0cbbCopy full SHA for acf0cbb
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
- node-version: [8.x, 10.x]
+ node-version: [8.x, 10.x, 12.x]
13
14
runs-on: ${{ matrix.os }}
15
0 commit comments