Closed
Description
I'd like to automate Corepack so that it'd automatically be updated with new package manager information, and republished. The setup I have in mind:
- Every day, a workflow checks what are the latest npm/pnpm/Yarn releases, updates the config file, and opens a PR
- On each commit, check if the package.json version is on the npm registry; if it isn't, publish it
This would require the following:
- Adding a npm publish token into the Corepack repository
- (optional) Transfering the corepack package to ~nodejs-foundation
- (optional) Adding a GH bot user token into the Corepack repository, for the workflow to open PRs
Metadata
Metadata
Assignees
Labels
No labels