-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 gives "File not found: '/matt-usurp/validate-semver/v2.0.0/build/action.mjs'" #5
Comments
I will take a look, this is weird. My guess is this will be a fairly simple fix. Edit: Also thanks! I thought for the longest time this thing wasn't in use, you do not get any metrics as an actions owner. |
I believe I have fixed this, pushed new tag |
Thank you @matt-usurp for the stellar response time! The file is now being found, but it seems there is another error:
|
Okay, I might need to revert the |
The `@actions/core` package seems to break with the `esm` compilation at the moment. See issue #5 for more information.
* fix: build for `node@20` using `commonjs` The `@actions/core` package seems to break with the `esm` compilation at the moment. See issue #5 for more information. * build: fix broken filenames in `tsconfig.json` Fixes for configuration files in `tsconfig.json` * build: compiled action bundle Added new bundle with `cjs` syntax * build: add test command to workflow Adds a command that will run the compiled action to validate it has no compilation time errors.
Right, I hope this is fixed, I have run tests and it seems to work for me now. |
Seems to be good now, thanks a ton @matt-usurp! We appreciate the quick resolution 💪 |
First of all, thank you for making this Action! We've been using it in our pipeline for a while now 😄
With the upgrade to
v2
, we're getting this error:The text was updated successfully, but these errors were encountered: