Skip to content

Commit 4fc7c95

Browse files
committed
Merge branch 'master' into fix/update-node
2 parents 84c007b + 8c72d55 commit 4fc7c95

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+746
-386
lines changed

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ words:
7575
- tsbuildinfo
7676
- ucrt
7777
- untildify
78+
- upleveled
7879
- vbatts
7980
- vcpkg
8081
- vcvarsall

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.33637b98.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/node12/actions_python.33637b98.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/node12/actions_python.5b1184cd.js

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

dist/node12/actions_python.5b1184cd.js.map

Lines changed: 1 addition & 0 deletions
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: 5 additions & 0 deletions
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: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.06ec7b4d.js

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

0 commit comments

Comments
 (0)