4
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2025-11-07 13:06:55 +00:00
Commit graph

3 commits

Author SHA1 Message Date
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
Salman Muin Kayser Chishti
100690a6a6 Upgrade to ESM and upgrade node fetch 2025-10-14 14:07:58 +01:00
Chris Patterson
9bb7038a07 Initial Import 2019-08-03 21:49:54 -04:00