Skip to content

Update NPM Publish workflow to latest action versions#576

Merged
argyleink merged 2 commits into
mainfrom
copilot/fix-npm-action-on-main-update
Jan 31, 2026
Merged

Update NPM Publish workflow to latest action versions#576
argyleink merged 2 commits into
mainfrom
copilot/fix-npm-action-on-main-update

Conversation

Copilot AI commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

The NPM Publish workflow was using deprecated action versions, generating set-output deprecation warnings on every run.

Changes

  • actions/checkout@v2v4
  • actions/setup-node@v2v4 with explicit node-version: '20'
  • JS-DevTools/npm-publish@v1v4
  • Added permissions block required for v4's OIDC trusted publishing support
permissions:
  contents: read
  id-token: write

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify

netlify Bot commented Jan 31, 2026

Copy link
Copy Markdown

Deploy Preview for open-props canceled.

Name Link
🔨 Latest commit dbd8e85
🔍 Latest deploy log https://app.netlify.com/projects/open-props/deploys/697d92c3f843020008049856

Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix npm action that triggers on main update Update NPM Publish workflow to latest action versions Jan 31, 2026
Copilot AI requested a review from argyleink January 31, 2026 05:28
@argyleink argyleink marked this pull request as ready for review January 31, 2026 05:30
@argyleink argyleink merged commit c0c5e3b into main Jan 31, 2026
6 checks passed
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