Skip to content

Commit 33fa2cf

Browse files
committed
chore!: update to Node 22 LTS
1 parent 85d51d4 commit 33fa2cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.cjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ const { version } = require("./package.json");
66

77
const targetMap = [
88
{
9-
target: "node18-linux-x64",
9+
target: "node22-linux-x64",
1010
output: `./binaries/podcast-dl-${version}-linux-x64`,
1111
},
1212
{
13-
target: "node18-macos-x64",
13+
target: "node22-macos-x64",
1414
output: `./binaries/podcast-dl-${version}-macos-x64`,
1515
},
1616
{
17-
target: "node18-win-x64",
17+
target: "node22-win-x64",
1818
output: `./binaries/podcast-dl-${version}-win-x64`,
1919
},
2020
];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"cli"
2727
],
2828
"engines": {
29-
"node": ">=18.17.0"
29+
"node": ">=22.16.0"
3030
},
3131
"repository": {
3232
"type": "git",

0 commit comments

Comments
 (0)