Skip to content

Commit fa74042

Browse files
committed
chore: rebuild dist
Rebuild all four ncc bundles (restore, save, save-only, restore-only) with the updated ESM toolchain and node24-native @actions/* 3.x dependencies. ncc now outputs ESM (import/export) instead of CJS (require/module.exports), matching the "type": "module" declaration. Each dist/ directory also gains a package.json generated by ncc to declare the bundle's module type.
1 parent d251854 commit fa74042

8 files changed

Lines changed: 99226 additions & 87344 deletions

File tree

dist/restore-only/index.js

Lines changed: 23390 additions & 20427 deletions
Large diffs are not rendered by default.

dist/restore-only/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"type": "module"
3+
}

0 commit comments

Comments
 (0)