File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments