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

CI GitHub Actions yarn workflow fails #36

Closed
MikeMcC399 opened this issue Aug 1, 2023 · 2 comments
Closed

CI GitHub Actions yarn workflow fails #36

MikeMcC399 opened this issue Aug 1, 2023 · 2 comments

Comments

@MikeMcC399
Copy link

The GitHub Actions workflow .github/workflows/yarn.yaml fails when run.

1..54
# failed 1 of 54 tests

See job 15513946632

.github/workflows/yarn.yaml does not specify any particular version of Node.js to install and therefore runs against the default version Node.js 18.17.0 of the GitHub ubuntu-latest (ubuntu-22.04) runner.

@MikeMcC399
Copy link
Author

If it is not required for this repo to be compatible to Node.js >= 16 then the GitHub workflow could be pegged to Node.js 16. Given that Node.js 16 is planned to enter end-of-life on Sep 11, 2023, this is potentially only a short-term solution.

@MikeMcC399
Copy link
Author

MikeMcC399 commented Aug 1, 2023

Node.js LTS version 18.17.0 would fail if used.

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