Commit Graph
23 Commits
Author SHA1 Message Date
Volodymyr Zotov b19207bf93 Use alpha 3 version 2025-07-31 13:14:35 -05:00
Volodymyr Zotov b9c01e3e92 Use alpha 2 version 2025-07-31 13:06:24 -05:00
Volodymyr Zotov e991f39528 Re-build 2025-07-31 12:45:36 -05:00
Volodymyr Zotov 986101e2bf Remove type module from package.json 2025-07-31 12:43:03 -05:00
Volodymyr Zotov 1cdbe7be4c Use install-cli-action from other [email protected] 2025-07-31 12:39:46 -05:00
Volodymyr Zotov dfb0f006ee Import install-cli-action from op-js 2025-07-31 12:24:30 -05:00
Volodymyr Zotov a10e284f10 Use install-cli-action from other branch 2025-07-31 12:01:35 -05:00
Volodymyr Zotov 54f4c31d4e Update build 2025-07-30 14:57:42 -05:00
Volodymyr Zotov 44eaa0c9eb Revert .gitignore and tsconfig.json 2025-07-30 14:45:02 -05:00
Volodymyr Zotov 6758e26159 Add more tests to check that action works correctly with provided stable or beta version 2025-07-30 14:45:01 -05:00
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