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: run tests on node 14 #1239

Merged
merged 3 commits into from
Apr 30, 2020
Merged

ci: run tests on node 14 #1239

merged 3 commits into from
Apr 30, 2020

Conversation

paul-soporan
Copy link
Member

@paul-soporan paul-soporan commented Apr 22, 2020

What's the problem this PR addresses?

Things seem a bit broken on Node 14. (e.g. #1236)

I've just done a quick check locally (only including the files mentioned below) and:
- 12/18 tests fail for script.test.js
- 8/12 tests fail for require.test.js
- 3/62 tests fail for pnp.test.js
- 3/8 tests fail for node-modules.test.ts
Edit: Apparently that only happens locally to me, that's why I made the PR, to see if it reproduces on CI. It seems there's only one error with Node 14, and it's not one of the original ones I got. Sorry for the heart attack. 😄

How did you fix it?

For now, I made the tests also run on Node 14 on CI, so we can see everything that's failing more easily.

@arcanis arcanis merged commit 707df83 into master Apr 30, 2020
@arcanis arcanis deleted the paul/node-14 branch April 30, 2020 09:57
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

Successfully merging this pull request may close these issues.

2 participants