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

Update supported node versions #93

Open
jwhitlock opened this issue Jul 26, 2021 · 0 comments
Open

Update supported node versions #93

jwhitlock opened this issue Jul 26, 2021 · 0 comments

Comments

@jwhitlock
Copy link
Contributor

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:

"engines": {
"node": ">=v8.17.0"
},

v10 is installed in .taskcluster.yml:

image: "node:10"

Looking at https://nodejs.org/en/about/releases/, I think v12 should be the minimum version.

See also taskcluster/taskcluster-lib-urls#96.

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