yairlopez-aprende

Results 4 comments of yairlopez-aprende

Hi @sujanbasnet, thanks for the help! How are you using the action exactly (it isn't visible in your screenshot)? Are you using both `node-version: '14.21.3'` and `node-version-file: '14.21.3'` for example...

Exactly @bilalbokharee , I've noticed the same thing, and the Github repo where it pulls the package from does not have node v14.21.3 for arm64: https://github.com/actions/node-versions/releases?expanded=true&page=1&q=14.21.3 It looks like we'll...

Yeah, that's because macos-latest is now macos-14 which uses arm64 architecture, if you use macos-12 it should work fine. This is exactly my issue, but I need macos-latest(14) to use...

I have found a simpler solution that seems to work ( haven't actually built my App yet), at least I am able to install Node.js v14 on macos-14. Since the...