Skip to content

Update publish workflow to use Node 20#18

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-code-for-review-comment
Draft

Update publish workflow to use Node 20#18
Copilot wants to merge 2 commits intomainfrom
copilot/fix-code-for-review-comment

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 8, 2026

Bug Fix

The publish workflow was still pinned to Node 14, while the publish command now depends on a newer npm that supports provenance-aware publishing. This change updates only the workflow runtime called out in the review comment.

  • What was the bug?

    The npm publish job used an outdated Node/npm toolchain, which could cause the release workflow to fail when running the publish step.

  • How did you fix it?

    The publish workflow now uses Node 20 for the publish-npm job, aligning it with the repository’s current CI runtime and ensuring the bundled npm supports the publish command used there.

  • Change

    - uses: actions/setup-node@v3
      with:
        node-version: 20
        registry-url: https://registry.npmjs.org/
        cache: npm

Copilot AI changed the title [WIP] Fix code as per review comment Update publish workflow to use Node 20 May 8, 2026
Copilot AI requested a review from francinelucca May 8, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants