Skip to content

Commit

Permalink
Merge pull request #96 from jslicense/version-11
Browse files Browse the repository at this point in the history
Prepare Version 11
  • Loading branch information
kemitchell authored Sep 3, 2024
2 parents 3fe7019 + 2fbd436 commit 65a19dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
tests:
uses: ljharb/actions/.github/workflows/node-majors.yml@main
with:
range: '>= 14.17'
range: '^18.12 || ^20.9 || >= 22.7'
command: 'npm run tests-only && npm run licenses'
1 change: 1 addition & 0 deletions .licensee.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"doctrine": "1.5.0",
"esutils": "2.0.2",
"json-schema": "0.2.3",
"jsonp": "0.2.1",
"wordwrap": "0.0.2",
"longest": "1.0.1",
"repeat-element": "1.1.2"
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
],
"devDependencies": {
"aud": "^2.0.4",
"ls-engines": "^0.9.3",
"rimraf": "^3.0.2",
"run-parallel": "^1.2.0",
"spawn-sync": "^2.0.0",
Expand All @@ -41,11 +42,12 @@
"licenses": "./licensee --errors-only",
"lint": "standard index.js licensee tests/**/*.js",
"pretest": "npm run lint",
"postlint": "ls-engines --current",
"tests-only": "tap --no-check-coverage tests/unit.test.js tests/**/test.js",
"test": "npm run tests-only",
"posttest": "aud --production"
},
"engines": {
"node": ">= 14.17"
"node": "^18.12 || ^20.9 || >= 22.7"
}
}

0 comments on commit 65a19dd

Please sign in to comment.