Skip to content

Commit

Permalink
fix!: sets node engine range to ^20.17.0 || >=22.9.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: npm now supports node `^20.17.0 || >=22.9.0`
  • Loading branch information
reggi committed Oct 14, 2024
1 parent 3ffc08b commit 3162620
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"tap": "^16.3.9"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"docs": {
Expand All @@ -207,7 +207,7 @@
"yaml": "^2.2.1"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"mock-globals": {
Expand All @@ -220,7 +220,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"mock-registry": {
Expand All @@ -238,7 +238,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"mock-registry/node_modules/@npmcli/agent": {
Expand Down Expand Up @@ -17839,7 +17839,7 @@
"which": "^5.0.0"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/arborist": {
Expand Down Expand Up @@ -17897,7 +17897,7 @@
"tcompare": "^5.0.6"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/config": {
Expand All @@ -17921,7 +17921,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/libnpmaccess": {
Expand All @@ -17939,7 +17939,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/libnpmdiff": {
Expand All @@ -17961,7 +17961,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/libnpmexec": {
Expand Down Expand Up @@ -17990,7 +17990,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/libnpmfund": {
Expand All @@ -18005,7 +18005,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/libnpmhook": {
Expand All @@ -18022,7 +18022,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/libnpmorg": {
Expand All @@ -18040,7 +18040,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/libnpmpack": {
Expand All @@ -18060,7 +18060,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/libnpmpublish": {
Expand All @@ -18085,7 +18085,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/libnpmsearch": {
Expand All @@ -18101,7 +18101,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/libnpmteam": {
Expand All @@ -18118,7 +18118,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"workspaces/libnpmversion": {
Expand All @@ -18138,7 +18138,7 @@
"tap": "^16.3.8"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@
},
"license": "Artistic-2.0",
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
}

0 comments on commit 3162620

Please sign in to comment.