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

Use pkgjs/action for CI to auto-upgrade to latest nodes #469

Open
dominykas opened this issue Jan 31, 2022 · 1 comment
Open

Use pkgjs/action for CI to auto-upgrade to latest nodes #469

dominykas opened this issue Jan 31, 2022 · 1 comment

Comments

@dominykas
Copy link
Member

The CI workflow used here is almost identical to a standard Node.js library testing pattern (checkout, npm install, npm test).

As part of Package Maintenance WG, I've recently created pkgjs/action - it basically does that standard Node testing pattern, but it automatically maintains the test matrix for you, i.e. it will automatically detect the lowest supported (major) version from engines field and will automatically add new Node.js versions as they come out.

As the action is pretty new, I'd like to get some battle testing for it.

Would people mind if I opened a PR to start using it here? I'm willing to take on the maintenance of that until we feel it's stable.

The end result here would probably look something like this: https://github.com/pkgjs/action/blob/main/.github/workflows/ci.yaml

@tony-go
Copy link
Member

tony-go commented Jan 31, 2022

Could definitely help on this one ☝🏼.

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

2 participants