Skip to content

Commit 84a795f

Browse files
committed
chore: remove mjs target
@actions/http-client is not bundled correctly
1 parent c3e42a1 commit 84a795f

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

dist/actions_python.318ba25a.js

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

dist/actions_python.318ba25a.js.map

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

dist/setup_cpp.mjs

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

dist/setup_cpp.mjs.map

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

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"require": "./dist/setup-cpp.js"
1111
},
1212
"main": "./dist/setup_cpp.js",
13-
"module": "./dist/setup_cpp.mjs",
1413
"source": "./src/main.ts",
1514
"bin": {
1615
"setup-cpp": "./dist/setup_cpp.js",
@@ -148,12 +147,6 @@
148147
"includeNodeModules": true,
149148
"optimize": true,
150149
"outputFormat": "commonjs"
151-
},
152-
"module": {
153-
"context": "node",
154-
"includeNodeModules": true,
155-
"optimize": true,
156-
"outputFormat": "esmodule"
157150
}
158151
}
159152
}

0 commit comments

Comments
 (0)