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 Node.js v20 and npm v9 support alongside end-to-end tests #42

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

ericcornelissen
Copy link
Owner

@ericcornelissen ericcornelissen commented Nov 16, 2024

Closes #41
Relates to #20

Summary

Create a basic end-to-end test suite (that is a suite that invokes the CLI just like users would) and use it to initiate support for Node.js v20 and v9 of the npm CLI. To ensure the support the end-to-end tests are ran continuously against all combinations of supported versions of Node.js and npm.

@ericcornelissen ericcornelissen added the enhancement New feature or request label Nov 16, 2024
.github/workflows/checks.yml Outdated Show resolved Hide resolved
.github/workflows/checks.yml Outdated Show resolved Hide resolved
.github/workflows/checks.yml Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/cli.js Outdated Show resolved Hide resolved
Create a basic end-to-end test suite (that is a suite that invokes the
CLI just like users would) and use it to initiate support for Node.js
v20 and v9 of the npm CLI. To ensure the support the end-to-end tests
are ran continuously against all combinations of supported versions of
Node.js and npm.

Signed-off-by: Eric Cornelissen <[email protected]>
@ericcornelissen ericcornelissen merged commit cceb6a9 into main Nov 16, 2024
8 checks passed
@ericcornelissen ericcornelissen deleted the node-20-npm-9 branch November 16, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support npm major version 9
1 participant