We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaa32e1 + a87876e commit fbc1342Copy full SHA for fbc1342
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
matrix:
29
- node-version: ['10', '12']
+ node-version: ['10', '12', '14']
30
31
steps:
32
- name: Checkout Code
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
- node-version: [12.x, 10.x]
+ node-version: [14.x, 12.x, 10.x]
62
os: [ubuntu-latest, windows-latest]
63
64
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
+ node-version: [14.x, 12.x, 10.x]]
84
85
86
0 commit comments