Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit 72c2567

Browse files
committed
[Breaking] update npm-lockfile; drop node < 16.14
1 parent ccaabf9 commit 72c2567

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"root": true,
33

4-
"extends": "@ljharb/eslint-config/node/12",
4+
"extends": "@ljharb/eslint-config/node/16",
55

66
"rules": {
77
"array-bracket-newline": 0,

.github/workflows/node.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ jobs:
66
tests:
77
uses: ljharb/actions/.github/workflows/node.yml@main
88
with:
9-
range: '>=16 || ^14.15 || ^12.13'
9+
range: '>= 22 || ^20.9 || ^18.12 || ^16.14'
1010
type: minors
1111
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'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"find-package-json": "^1.2.0",
4444
"libnpx": "^10.2.4",
4545
"node-cleanup": "^2.1.2",
46-
"npm-lockfile": "^3.0.7",
46+
"npm-lockfile": "^4.0.0",
4747
"rimraf": "^3.0.2",
4848
"semver": "^7.6.3",
4949
"tmp": "=0.2.1"
@@ -58,8 +58,8 @@
5858
"tape": "^5.8.1"
5959
},
6060
"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"
6363
},
6464
"auto-changelog": {
6565
"output": "CHANGELOG.md",

0 commit comments

Comments
 (0)