Closed b-tuma closed 1 week ago
Hi!
This Action needs to run using Node 20, as specified in action.yml. It looks like Gitea (or the image you're using) are not respecting this value, and instead running it with Node 18.
I would recommend raising this either on the Gitea repo, or the repo for the image you're using (not 100% sure which is more appropriate, but probably start by raising with Gitea.)
Sorry for the inconvenience.
Hi,
I have a Gitea action runner using docker://ghcr.io/catthehacker/ubuntu:act-latest that fails when running wrangler-action@v3.12.1 with the following message:
Rolling back to v3.12.0 solved the issue, so I assume this is related to the new crypto addition on #318.