This repository was archived by the owner on Jul 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"root": true,
3
3
4
- "extends": "@ljharb/eslint-config/node/12 ",
4
+ "extends": "@ljharb/eslint-config/node/16 ",
5
5
6
6
"rules": {
7
7
"array-bracket-newline": 0,
Original file line number Diff line number Diff line change 6
6
tests :
7
7
uses : ljharb/actions/.github/workflows/node.yml@main
8
8
with :
9
- range : ' >=16 || ^14.15 || ^12.13 '
9
+ range : ' >= 22 || ^20.9 || ^18.12 || ^16.14 '
10
10
type : minors
11
11
command : npm run tests-only
12
-
13
- node :
14
- name : ' node'
15
- needs : [tests]
16
- runs-on : ubuntu-latest
17
- steps :
18
- - run : ' echo tests completed'
Original file line number Diff line number Diff line change 43
43
"find-package-json" : " ^1.2.0" ,
44
44
"libnpx" : " ^10.2.4" ,
45
45
"node-cleanup" : " ^2.1.2" ,
46
- "npm-lockfile" : " ^3 .0.7 " ,
46
+ "npm-lockfile" : " ^4 .0.0 " ,
47
47
"rimraf" : " ^3.0.2" ,
48
48
"semver" : " ^7.6.3" ,
49
49
"tmp" : " =0.2.1"
58
58
"tape" : " ^5.8.1"
59
59
},
60
60
"engines" : {
61
- "node" : " >=16 || ^14.15 || ^12.13 " ,
62
- "npm" : " >= 3 "
61
+ "node" : " >= 22 || ^20.9 || ^18.12 || ^16.14 " ,
62
+ "npm" : " >= 8.5.0 "
63
63
},
64
64
"auto-changelog" : {
65
65
"output" : " CHANGELOG.md" ,
You can’t perform that action at this time.
0 commit comments