We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ef754 commit 26ec6e4Copy full SHA for 26ec6e4
2 files changed
.github/workflows/nodejs.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- node-version: [8, 10, 12]
+ node-version: [8, 10, 12, 14]
22
os: [ubuntu-latest, windows-latest, macos-latest]
23
24
steps:
.travis.yml
0 commit comments