Closed hasundue closed 3 months ago
Since rc.11 the action fails with the following error:
rc.11
... Download https://registry.npmjs.org/@octokit/endpoint/-/endpoint-10.1.1.tgz error: Loading unprepared module: npm:@actions/core@^1.10.1, imported from: jsr:@molt/action@1.0.0-rc.11 Error: Process completed with exit code 1.
You may workaround this by using v1.0.0-rc.10 tag.
v1.0.0-rc.10
Fixed by #19
Since
rc.11
the action fails with the following error:You may workaround this by using
v1.0.0-rc.10
tag.