4
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2025-11-07 21:16:56 +00:00
setup-node/dist/cache-save
Salman Muin Kayser Chishti 81b484e462 feat: migrate to ESM and update Jest configuration
- Added package.json in dist/setup to specify module type as ESM.
- Updated jest.config.js to support ESM with ts-jest and added moduleNameMapper for .js extensions.
- Created jest.setup.js to ensure Jest globals are available in ESM mode.
- Modified test script in package.json to use node with experimental VM modules for Jest.
- Updated imports in various distribution files to include .js extensions for ESM compatibility.
- Adjusted tsconfig.json to exclude __tests__ directory and maintain ESM settings.
- Updated package-lock.json to include new dependencies and their versions.
2025-10-14 14:21:06 +01:00
..
101.index.js feat: migrate to ESM and update Jest configuration 2025-10-14 14:21:06 +01:00
index.js feat: migrate to ESM and update Jest configuration 2025-10-14 14:21:06 +01:00
package.json feat: migrate to ESM and update Jest configuration 2025-10-14 14:21:06 +01:00