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 a0171ea commit a59cf7fCopy full SHA for a59cf7f
build.cjs
@@ -6,15 +6,15 @@ const { version } = require("./package.json");
6
7
const targetMap = [
8
{
9
- target: "node22-linux-x64",
+ target: "node18-linux-x64",
10
output: `./binaries/podcast-dl-${version}-linux-x64`,
11
},
12
13
- target: "node22-macos-x64",
+ target: "node18-macos-x64",
14
output: `./binaries/podcast-dl-${version}-macos-x64`,
15
16
17
- target: "node22-win-x64",
+ target: "node18-win-x64",
18
output: `./binaries/podcast-dl-${version}-win-x64`,
19
20
];
0 commit comments