Skip to content

NPM publishing pipeline is broken since Jul 13 #650

Description

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions