We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PR #90 is failing because mocha v9 requires node v12 at a minimum, and node 10.24.1 is installed.
v8 is required in package.json:
package.json
taskcluster-lib-scopes/package.json
Lines 12 to 14 in ac24289
v10 is installed in .taskcluster.yml:
.taskcluster.yml
taskcluster-lib-scopes/.taskcluster.yml
Line 26 in ac24289
Looking at https://nodejs.org/en/about/releases/, I think v12 should be the minimum version.
See also taskcluster/taskcluster-lib-urls#96.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PR #90 is failing because mocha v9 requires node v12 at a minimum, and node 10.24.1 is installed.
v8 is required in
package.json
:taskcluster-lib-scopes/package.json
Lines 12 to 14 in ac24289
v10 is installed in
.taskcluster.yml
:taskcluster-lib-scopes/.taskcluster.yml
Line 26 in ac24289
Looking at https://nodejs.org/en/about/releases/, I think v12 should be the minimum version.
See also taskcluster/taskcluster-lib-urls#96.
The text was updated successfully, but these errors were encountered: