docs: Migrate from npm to yarn and relax web dependencies #124
on_pull_request.yaml
on: pull_request
PR title check
4s
Doc checks
/
...
/
Docs check
1m 10s
Doc checks
/
Doc release test
7s
Code checks
/
Actions lint check
33s
Code checks
/
Spell check
4s
Docstrings checks
/
Docstrings checks
20s
Matrix: Code checks / Lint check / Lint check
Matrix: Code checks / Type check / Type check
Matrix: Tests / Integration tests / Integration tests
Matrix: Tests / Unit tests / Unit tests
Annotations
1 error
|
Doc checks / Doc release test
error This project's package.json defines "packageManager": "yarn@4.12.0". 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.
Corepack must currently be enabled by running corepack enable in your terminal. For more information, check out https://yarnpkg.com/corepack.
|