Skip to content

Commit 63f18ea

Browse files
authored
Merge pull request #151 from OlofFredriksson/clinton-pkg-schema
Disable pkg-schema validation
2 parents 0d0f4da + af096f2 commit 63f18ea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.clintonrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"pkg-main": "off",
1414
"xo": "off",
1515
"use-travis": "off",
16-
"ava": "off"
16+
"ava": "off",
17+
"pkg-schema": "off"
1718
}
18-
}
19+
}

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node: [10, 12, 14]
18+
node: [12, 14, 16]
1919
os: [ubuntu-latest]
2020

2121
steps:

0 commit comments

Comments
 (0)