You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently we've had to set next-9 on a bunch of repos to get CI passing now that npm@latest works in node >=18.
similarly to how we detect weird edge cases for certain versions of npm in windows, we should do that for all npm versions and install the best one for the current env.
The text was updated successfully, but these errors were encountered:
currently we've had to set
next-9
on a bunch of repos to get CI passing now thatnpm@latest
works in node >=18.similarly to how we detect weird edge cases for certain versions of npm in windows, we should do that for all npm versions and install the best one for the current env.
The text was updated successfully, but these errors were encountered: