Skip to content

Commit d713a67

Browse files
committed
fix: update execa
1 parent 6a6a1ba commit d713a67

28 files changed

+84
-75
lines changed

dev/scripts/pack-exe.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable import/no-extraneous-dependencies */
2-
import { node } from "execa"
2+
import { execaNode } from "execa"
33

44
function getPlatformName() {
55
switch (process.platform) {
@@ -27,7 +27,7 @@ function main() {
2727

2828
return Promise.all(
2929
exes.map((exe) =>
30-
node("./node_modules/caxa/build/index.mjs", [
30+
execaNode("./node_modules/caxa/build/index.mjs", [
3131
"--input",
3232
"./dist/node16",
3333
"--output",

dist/node12/actions_python.3ce29888.js renamed to dist/node12/actions_python.bb2c64ef.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/actions_python.3ce29888.js.map renamed to dist/node12/actions_python.bb2c64ef.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.01e0e91f.js renamed to dist/node16/actions_python.bc61705b.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.01e0e91f.js.map renamed to dist/node16/actions_python.bc61705b.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)