Out of nowhere, my Neocities workflow file, which up to this point was the one here, stopped working. It has to do with something regarding Node upgrading from version 16 to version 20. I've gone to this GitHub action to replace the workflow file with this one. After looking around and trying to figure out why it wasn't working, I was able to at least update the actions/checkout@v3 and actions/setup-node@v3 to the 4th version, and use the 2.0.2 version of the GitHub action.
The problem is I still can't deploy my website, and it's because of this error:

I have no idea on what I'm doing here, and some advice on how to fix this would be appreciated.
Out of nowhere, my Neocities workflow file, which up to this point was the one here, stopped working. It has to do with something regarding Node upgrading from version 16 to version 20. I've gone to this GitHub action to replace the workflow file with this one. After looking around and trying to figure out why it wasn't working, I was able to at least update the actions/checkout@v3 and actions/setup-node@v3 to the 4th version, and use the 2.0.2 version of the GitHub action.

The problem is I still can't deploy my website, and it's because of this error:
I have no idea on what I'm doing here, and some advice on how to fix this would be appreciated.