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.
2 parents 0d0f4da + af096f2 commit 63f18eaCopy full SHA for 63f18ea
.clintonrc.json
@@ -13,6 +13,7 @@
13
"pkg-main": "off",
14
"xo": "off",
15
"use-travis": "off",
16
- "ava": "off"
+ "ava": "off",
17
+ "pkg-schema": "off"
18
}
-}
19
+}
.github/workflows/nodejs.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node: [10, 12, 14]
+ node: [12, 14, 16]
os: [ubuntu-latest]
20
21
steps:
0 commit comments