GitHub Actions returns error ‘engine Not compatible with your version of node/npm’
Cause: Outdated Node.js version in GitHub Actions runner.
Solution: Edit your deploy.yml
file and update the node-version
:
To this:
GitHub Pages fails to build when using submodules
Cause: The deploy.yml
needs to explicitly be configured to include submodules.
Solution: Add the following line to your deploy.yml
: