Skip to content

Commit a59cf7f

Browse files
committed
chore: use older version of node for binaries
1 parent a0171ea commit a59cf7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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: "node22-linux-x64",
9+
target: "node18-linux-x64",
1010
output: `./binaries/podcast-dl-${version}-linux-x64`,
1111
},
1212
{
13-
target: "node22-macos-x64",
13+
target: "node18-macos-x64",
1414
output: `./binaries/podcast-dl-${version}-macos-x64`,
1515
},
1616
{
17-
target: "node22-win-x64",
17+
target: "node18-win-x64",
1818
output: `./binaries/podcast-dl-${version}-win-x64`,
1919
},
2020
];

0 commit comments

Comments
 (0)