Skip to content

npm-publish-dev#148

Merged
bourgeoa merged 2 commits intomainfrom
npmPublish
Mar 18, 2026
Merged

npm-publish-dev#148
bourgeoa merged 2 commits intomainfrom
npmPublish

Conversation

@bourgeoa
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 18, 2026 12:16
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions CI workflow to run against newer Node.js versions and refactors the prerelease publish process to use a reusable workflow.

Changes:

  • Update CI matrix Node versions (from 20.x/22.x to 22/24) and adjust which matrix run uploads the build artifact.
  • Replace the inline prerelease publish job with a reusable workflow (publish-prerelease.yml).
  • Update npm-publish-latest to depend only on build and run with Node 22.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 36 to 38
- name: Save build
if: matrix.node-version == '22.x'
if: matrix.node-version == '22'
uses: actions/upload-artifact@v7
run: npm publish --tag ${{ env.GITHUB_REF_SLUG }}
npm-publish-dev:
needs: build
uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@main
Comment on lines 78 to 81
- uses: actions/setup-node@v6
with:
node-version: 22.x
node-version: 22
registry-url: 'https://registry.npmjs.org'
@bourgeoa bourgeoa enabled auto-merge March 18, 2026 12:18
@bourgeoa bourgeoa merged commit 8e94917 into main Mar 18, 2026
5 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