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.
engines
package.json
ls-engines
1 parent 811c581 commit 08ae712Copy full SHA for 08ae712
.github/workflows/ci.yml
@@ -10,4 +10,4 @@ jobs:
10
uses: ljharb/actions/.github/workflows/node-majors.yml@main
11
with:
12
range: '>= 14.17'
13
- command: 'npm run tests-only && npm run licenses'
+ command: 'npm run engines && npm run tests-only && npm run licenses'
package.json
@@ -29,6 +29,7 @@
29
],
30
"devDependencies": {
31
"aud": "^2.0.4",
32
+ "ls-engines": "^0.9.3",
33
"rimraf": "^3.0.2",
34
"run-parallel": "^1.2.0",
35
"spawn-sync": "^2.0.0",
@@ -38,6 +39,7 @@
38
39
"license": "Apache-2.0",
40
"repository": "jslicense/licensee.js",
41
"scripts": {
42
+ "engines": "ls-engines --check",
43
"licenses": "./licensee --errors-only",
44
"lint": "standard index.js licensee tests/**/*.js",
45
"pretest": "npm run lint",
0 commit comments