The annotation shows invalid file and this workflow seems to be running on itself.
This is due to incorrect indentation of the jobs block in the GitHub Actions YAML file.
Specifically, the Build: job is not indented properly, and some steps (- name: Set up Node.js and below) are also misaligned.
