Skip to content

Commit cb9e439

Browse files
committed
fix: disable optimizations due to compiler bug
1 parent 24c3d1d commit cb9e439

7 files changed

+64137
-6
lines changed

dist/actions_python.029b20b9.js

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

dist/actions_python.029b20b9.js.map

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

dist/actions_python.76a8e36a.js

Lines changed: 50170 additions & 0 deletions
Large diffs are not rendered by default.

dist/actions_python.76a8e36a.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/setup_cpp.js

Lines changed: 13961 additions & 1 deletion
Large diffs are not rendered by default.

dist/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.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,11 @@
145145
"targets": {
146146
"main": {
147147
"context": "node",
148+
"engines": {
149+
"node": ">=12.x"
150+
},
148151
"includeNodeModules": true,
149-
"optimize": true,
152+
"optimize": false,
150153
"outputFormat": "commonjs"
151154
}
152155
}

0 commit comments

Comments
 (0)