We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d51d4 commit 33fa2cfCopy full SHA for 33fa2cf
build.cjs
@@ -6,15 +6,15 @@ const { version } = require("./package.json");
6
7
const targetMap = [
8
{
9
- target: "node18-linux-x64",
+ target: "node22-linux-x64",
10
output: `./binaries/podcast-dl-${version}-linux-x64`,
11
},
12
13
- target: "node18-macos-x64",
+ target: "node22-macos-x64",
14
output: `./binaries/podcast-dl-${version}-macos-x64`,
15
16
17
- target: "node18-win-x64",
+ target: "node22-win-x64",
18
output: `./binaries/podcast-dl-${version}-win-x64`,
19
20
];
package.json
@@ -26,7 +26,7 @@
26
"cli"
27
],
28
"engines": {
29
- "node": ">=18.17.0"
+ "node": ">=22.16.0"
30
31
"repository": {
32
"type": "git",
0 commit comments