Commit 193f798
committed
Switch action build to ESM for exec v3
Move from CJS to ESM because @actions/exec v3 is ESM‑only and fails to
bundle under ncc CJS output. Marking the package as ESM lets ncc emit ESM
bundles that Node >=20 is able to run in GitHub Actions.
Also renaming the eslint config file to .cjs as adding "type": "module"
makes Node treat .js files as ESM, so ESLint can't require() .eslintrc.js
unless it’s renamed to .cjs.1 parent 5170254 commit 193f798
File tree
8 files changed
+42616
-41767
lines changed- dist
- delete
- setup
8 files changed
+42616
-41767
lines changedFile renamed without changes.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments