Skip to content

Commit 65a19dd

Browse files
authored
Merge pull request #96 from jslicense/version-11
Prepare Version 11
2 parents 3fe7019 + 2fbd436 commit 65a19dd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
tests:
1010
uses: ljharb/actions/.github/workflows/node-majors.yml@main
1111
with:
12-
range: '>= 14.17'
12+
range: '^18.12 || ^20.9 || >= 22.7'
1313
command: 'npm run tests-only && npm run licenses'

.licensee.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"doctrine": "1.5.0",
1313
"esutils": "2.0.2",
1414
"json-schema": "0.2.3",
15+
"jsonp": "0.2.1",
1516
"wordwrap": "0.0.2",
1617
"longest": "1.0.1",
1718
"repeat-element": "1.1.2"

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
],
3030
"devDependencies": {
3131
"aud": "^2.0.4",
32+
"ls-engines": "^0.9.3",
3233
"rimraf": "^3.0.2",
3334
"run-parallel": "^1.2.0",
3435
"spawn-sync": "^2.0.0",
@@ -41,11 +42,12 @@
4142
"licenses": "./licensee --errors-only",
4243
"lint": "standard index.js licensee tests/**/*.js",
4344
"pretest": "npm run lint",
45+
"postlint": "ls-engines --current",
4446
"tests-only": "tap --no-check-coverage tests/unit.test.js tests/**/test.js",
4547
"test": "npm run tests-only",
4648
"posttest": "aud --production"
4749
},
4850
"engines": {
49-
"node": ">= 14.17"
51+
"node": "^18.12 || ^20.9 || >= 22.7"
5052
}
5153
}

0 commit comments

Comments
 (0)