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
Migrate deprecated 'assert' import syntax, bump to Node 18.20 (#35826)
* Remove deprecated 'assert' import syntax in favor of 'with'
fixes#35825
* Set minimum Node version in `.engines` field to 18.20.0
This is the minimum version that supports the new `import ... with`
syntax.
0 commit comments