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

add github actions unit test workflow #1

Merged
merged 2 commits into from
Nov 10, 2021
Merged

Conversation

djskinner
Copy link

No description provided.

.travis.yml Show resolved Hide resolved
runs-on: ubuntu-20.04
strategy:
matrix:
node: [4, 6, 8, 10, 12, 14]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I included 10, 12 and 14.

Worth noting the output on 14 includes lots of warnings of the form: Warning: Accessing non-existent property 'cd' of module exports inside circular dependency. I believe this because node 14 doesn't allow circular imports anymore.

It's possibly caused by a dev dependency that needs updating but not clear which.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's possibly caused by a dev dependency that needs updating but not clear which.

Looks like it's eslint or one of their dependencies since it only happens in the lint step

I think it's fine to leave it as-is or even remove eslint entirely — we don't really change this repo so I don't think linting is important

@djskinner djskinner marked this pull request as ready for review November 10, 2021 14:26
@djskinner djskinner merged commit b661c91 into master Nov 10, 2021
@djskinner djskinner deleted the migrate-github-actions branch November 10, 2021 15:45
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