Commit 9e412a5
committed
Update moduleResolution to bundler for exports field support
@actions/github@9 and @octokit/core@7 use package.json exports
subpaths which require moduleResolution bundler or node16+.
Using bundler with module esnext avoids ESM/CJS boundary issues
since ncc bundles the output into a single file regardless.1 parent 4bf3e8d commit 9e412a5
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments