We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127a4df commit 8b98cabCopy full SHA for 8b98cab
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ${{ matrix.os }}
26
strategy:
27
matrix:
28
- node-version: [10.x, 12.x]
+ node-version: [10.x, 12.x, 14.x]
29
os: [ubuntu-latest, macos-latest]
30
31
steps:
0 commit comments