version bumps
Thank you for this amazing Template 🙇
I tested the bumped versions on my personal website (created from this Template) and it works:
https://github.com/whyboris/yboris.dev/pull/4
ps -- added npm start script -- a standard way to start working 😉
~deploy/netlify fails because I used npm install instead of yarn~ 😅
update: CI check fails with the same error as below:
deply/netlify failed because:
11:42:09 AM: error [email protected]: The engine "node" is incompatible with this module. Expected version ">=10.13".
11:42:09 AM: error Found incompatible module
I think the CI check should use a newer version of node 😉
Expected version ">=10.13".
Unsure how I can tell your CI to use a different version 🤷♂ When it runs it does this:
Downloading and installing node v8.16.2
It installs a different version than what the config.yml indicates 😓
Perhaps .circleci is ignored because you're using netlify 🤷♂
Please advise how I can fix it (if I have permission), or please fix as you see fit 🙇
Cheers 🤝