Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(restore-node):
corepack enable
to accommodate Endo (#9306)
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> <!-- Most PRs should close a specific Issue. All PRs should at least reference one or more Issues. Edit and/or delete the following lines as appropriate (note: you don't need both `refs` and `closes` for the same one): --> ## Description Although nightly Endo integration tests have not yet been fully vetted, this PR does at least prevent [the following error](https://github.com/Agoric/agoric-sdk/actions/runs/8874236604/job/24361339426#step:6:27): ``` /home/runner/endo /home/runner/work/agoric-sdk/agoric-sdk Switched to a new branch 'lerna-publish' error This project's package.json defines "packageManager": "[email protected]". However the current global version of Yarn is 1.22.22. Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all official Node.js distributions starting from 16.9 and 14.19. ``` ### Security Considerations CI only. ### Scaling Considerations No impact. ### Documentation Considerations n/a, internal CI configuration. ### Testing Considerations Tested nightly against latest Endo repository. ### Upgrade Considerations n/a
- Loading branch information