-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to download... Not found in manifest. Falling back to download directly from Node #1017
Comments
@sujanbasnet i test it, and tell you if works for me. thanks |
Hi @sujanbasnet, thanks for the help! How are you using the action exactly (it isn't visible in your screenshot)? Thanks! |
Hi. I also have a similar error. This is my job:
Here is the screenshot of failing step: Notice that "Error: Unable to find Node version 'v14.21.3' for platform darwin and architecture arm64." |
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: It looks like we'll either have to download/install the package from the node.js website or upgrade to a newer version of node. |
Yeah I agree but the point is that I am not asking it to download for arm64. I want to download for x64, and this was working up until yesterday. Now it is automatically assuming the request is for arm64. |
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 Xcode 15. Downgrading to macos-12, which was macos-latest until this week should solve your issue. |
Hello @jcrgaprende |
Welcome! I replaced - uses: actions/setup-node@v4
with:
# node-version: "18.8.2"
node-version-file: "clients/web/storefront/package.json" |
Hello there 👋, - uses: actions/setup-node@v4
with:
node-version: "14.17.3"
architecture: 'x64'
Please note if you're aiming to use an arm64 package, an upgrade is necessary. This is due to the lack of support for arm64 packages for Node 14 on the official Node.js website. |
@priya-kinthali It's work well |
Description:
When you want to download the version of Node, it fails when trying to do so, there are no more logs for the error
Action version:
V4
Platform:
Runner type:
Tools version:
Node v14
The text was updated successfully, but these errors were encountered: