docs: Migrate from npm to yarn and relax web dependencies #127
on_pull_request.yaml
on: pull_request
PR title check
6s
Doc checks
/
...
/
Docs check
1m 11s
Doc checks
/
Doc release test
10s
Code checks
/
Actions lint check
30s
Code checks
/
Spell check
5s
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.
|