Skip to content
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

Github Actions failing for macos-setup-and-tests #390

Open
Eclipse-Dominator opened this issue Jan 16, 2025 · 0 comments
Open

Github Actions failing for macos-setup-and-tests #390

Eclipse-Dominator opened this issue Jan 16, 2025 · 0 comments
Labels
category.Bug difficulty.Easy suitable for beginners good first issue Good for newcomers

Comments

@Eclipse-Dominator
Copy link
Contributor

Describe the bug
The action is unable to run due to the following:
Error: Unable to find Node version '14.x' for platform darwin and architecture arm64.

To Reproduce
Run macos-setup-and-tests action

Expected behavior
The corresponding tests should run properly and not terminate prematurely.

Additional context
can likely be fixed by adding the following to actions/setup-node (have not tested yet)

 with:
    node-version: ${{ matrix.node_version }}
    architecture: 'x64'
@Eclipse-Dominator Eclipse-Dominator added category.Bug good first issue Good for newcomers difficulty.Easy suitable for beginners labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category.Bug difficulty.Easy suitable for beginners good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant