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 a GitHub action to build the package and run the tests against Node 16, 18 and 20 #685

Closed
wants to merge 1 commit into from

Conversation

pepoirot
Copy link

@pepoirot pepoirot commented Jul 8, 2023

Thank you @Leonidas-from-XIV for you work.

This adds a GitHub actions pipeline to build the library and run the tests against Node 16, 18 and 20 (the previous LTS, the current LTS and the current release).

It uses the existing scripts for the build and test:

  • build: npm run build,
  • test: npm run coverage

A limitation of this change is that running the tests through the existing script npm run coverage succeeds without reporting the run of any test.

@pepoirot
Copy link
Author

Replaced by #686

@pepoirot pepoirot closed this Jul 22, 2023
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.

1 participant