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

Check CI failures #4964

Open
bovine3dom opened this issue Apr 9, 2024 · 1 comment
Open

Check CI failures #4964

bovine3dom opened this issue Apr 9, 2024 · 1 comment

Comments

@bovine3dom
Copy link
Member

Looks like there's some problem with node versions:

Run sudo yarn global add get-firefox
  sudo yarn global add get-firefox
  get-firefox --platform linux --branch devedition --extract --target $HOME
  echo "$HOME/firefox" >> $GITHUB_PATH
  shell: /usr/bin/bash -e {0}
yarn global v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
error taskcluster-client@60.4.2: The engine "node" is incompatible with this module. Expected version "18.19.1". Got "18.20.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
Error: Process completed with exit code 1.
@bovine3dom
Copy link
Member Author

problem is get-firefox, https://github.com/freaktechnik/get-firefox

the latest release, v6, uses an old version of taskcluster that needs an older version of node.

we can use master yarn add freaktechnik/get-firefox but 1) bad idea and 2) that uses a newer version of taskcluster which needs a newer version of node.

more brainpower required

😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant