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
It looks like the issue is that the npm run package-update changes the constraint for the @wordpress/scripts package to ^27.6.0 and forces it to be upgraded without any regard for other constraints in place (Such as the Node version).
We will schedule some time to look into upgrading the package and testing on Node 18, in the meantime skip the npm run package-update step.
@wordpress/scripts
requires node 18+.npm run packages-update
produces the following.nvmrc
is Node 16.The text was updated successfully, but these errors were encountered: