Skip to content

yarn workspaces foreach doesn't work with Github Actions, how should the problem be raised? #2650

Answered by merceyz
SmileyJames asked this question in Q&A
Discussion options

You must be logged in to vote

If I were to guess your CI is using Node 15 and you're not. There is a bug with Node 15 and Yarn that is fixed in master so you can try yarn set version from sources, make sure to import any plugins you use from sources as well.

https://yarnpkg.com/cli/set/version/from/sources
https://yarnpkg.com/cli/plugin/import/from/sources

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SmileyJames
Comment options

Answer selected by SmileyJames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants