We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111b1d3 commit 4c92c94Copy full SHA for 4c92c94
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- node_version: [8.x, 10.x]
+ node_version: [14, 16]
16
fail-fast: false
17
18
steps:
@@ -56,7 +56,7 @@ jobs:
56
runs-on: windows-latest
57
58
59
60
61
62
@@ -90,7 +90,7 @@ jobs:
90
runs-on: macOS-latest
91
92
93
94
95
96
0 commit comments