Describe the bug
Since Jul 13 none of the swc_core bumps resulted in actual NPM package published due to a pipeline failures:
https://github.com/swc-project/plugins/actions/workflows/npm-publish.yml
Expected behavior
Please make sure that NPM publishing pipeline is re-run for all failed (v73 to v76) swc_core updates, as different projects are locked to different versions of swc_core and just having the latest isn't enough.
Additional context
It looks like the pipeline is failing on install of the latest npm version (as npm introduced an engine restriction that fails on Node v20 which NPM publish pipeline is configured to work with)
UPD: my colleague created a PR with an approximate fix (though it doesnt cover publishing v73 to v76 that are missing from the NPM).
Describe the bug
Since Jul 13 none of the swc_core bumps resulted in actual NPM package published due to a pipeline failures:
https://github.com/swc-project/plugins/actions/workflows/npm-publish.yml
Expected behavior
Please make sure that NPM publishing pipeline is re-run for all failed (v73 to v76) swc_core updates, as different projects are locked to different versions of swc_core and just having the latest isn't enough.
Additional context
It looks like the pipeline is failing on install of the latest
npmversion (asnpmintroduced an engine restriction that fails on Node v20 which NPM publish pipeline is configured to work with)UPD: my colleague created a PR with an approximate fix (though it doesnt cover publishing v73 to v76 that are missing from the NPM).