We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a1f5e commit 59b689aCopy full SHA for 59b689a
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
matrix:
28
os: [ubuntu-latest]
29
- node: [15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"]
+ node: [16.x, 15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"]
30
include:
31
- os: windows-latest
32
node: "12.x"
0 commit comments