Commit Graph
13 Commits
Author SHA1 Message Date
Volodymyr Zotov 5184a22826 Fix lint errors 2025-07-30 12:56:39 -05:00
Volodymyr Zotov 773e006869 Use core lib to set env vars 2025-07-30 12:54:29 -05:00
Volodymyr Zotov a241f7e820 Get inputs using core library 2025-07-30 12:53:17 -05:00
Volodymyr Zotov 32f94abf82 Write to GITHUB_ENV manually 2025-07-30 12:49:44 -05:00
Volodymyr Zotov 9de113048d Re-write configure action in JS 2025-07-30 12:43:16 -05:00
Volodymyr Zotov 4923638555 Temporary point to the current branch to enable job to run on Windows 2025-07-30 11:09:03 -05:00
Volodymyr Zotov 2195738903 Trigger workflow for updated matrix 2025-07-30 11:06:10 -05:00
Volodymyr Zotov f8405764b3 Run tests on Windows platform 2025-07-30 11:00:45 -05:00
Volodymyr Zotov 6b6b0dc705 Update export jest.config as package now of type commonjs instead of module 2025-07-30 10:59:07 -05:00
Volodymyr Zotov 29819e3c8f Fix lint 2025-07-30 10:59:06 -05:00
Volodymyr Zotov 7e497dcd83 Make module commonjs 2025-07-30 10:59:06 -05:00
Volodymyr Zotov aa7dbab2b7 Remove package.json
As ncc uses commonjs bundle type and we import `install-cli-action` which is also commonjs, we should not set `type: module` in the package.json so it doesn't break the load-secrets-action bundle. Therefore, we can safely remove it at all.

Revert package.json
2025-07-30 10:59:06 -05:00
Volodymyr Zotov 80da714262 Use install-cli-action to enable windows support 2025-07-30 10:59:06 -05:00