-
Notifications
You must be signed in to change notification settings - Fork 21
build: migrate to yarn v4 #195
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
base: main
Are you sure you want to change the base?
Conversation
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
.github/workflows/lint.yml
Outdated
| run: | | ||
| npm install | ||
| npm run lint | ||
| yarn install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| yarn install | |
| yarn install --immutable |
.github/workflows/test.yml
Outdated
| run: | | ||
| npm install | ||
| npm test | ||
| yarn install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| yarn install | |
| yarn install --immutable |
This PR migrates the repo to yarn v4 and updates Dependabot to kill some older dependencies