10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-05 14:26:57 +00:00
Commit graph

6 commits

Author SHA1 Message Date
David Gamero
1e2e44e1bc
Migrate to ESM with esbuild/vitest and upgrade to node24 (#260)
- Add "type": "module" to package.json for ESM support
- Replace ncc with esbuild for bundling (with createRequire banner for CJS compat)
- Replace jest/ts-jest with vitest for testing
- Upgrade @actions/core to ^3.0.0, @actions/exec to ^3.0.0, @actions/io to ^3.0.2, @actions/tool-cache to 4.0.0 (ESM-only versions)
- Update tsconfig.json to use NodeNext module resolution
- Convert all tests to use vi.mock() factory pattern for ESM-only module compatibility
- Update action.yml runtime from node20 to node24
- Bump version from 4.3.1 to 5.0.0 (major version bump for breaking node runtime change)
2026-03-24 10:46:19 -07:00
Vidya Reddy
7f0153c54c
Vidya reddy prettier (#75)
* upgraded to Node16

* Enforce Prettier

* code fix

* Update package-lock.json

resolved the conflicts.

* executed prettier

Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
2022-06-27 18:27:44 -04:00
Sundar
1571d72e78
skipLibCheck (#31)
* Update package.json

* Update tsconfig.json
2021-04-01 14:19:07 +05:30
Sundar
e77e49c8f8
Added L0 tests and fixed some minor issues. (#20) 2021-03-26 13:08:55 +05:30
Anumita Shenoy
fe2c706cad Added helm binary to the Path environment variable 2019-11-26 17:55:31 +05:30
Anumita Shenoy
8552a6edfe Added setup-helm : Install helm binary 2019-10-04 12:16:40 +05:30