Skip to content

npm-publish-dev#165

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

npm-publish-dev#165
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 11:59
@bourgeoa bourgeoa merged commit fb60819 into main Mar 18, 2026
6 checks passed
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 versions and refactors the prerelease npm publishing step to use a reusable workflow from SolidOS/solidos.

Changes:

  • Updated CI matrix Node versions from 20.x/22.x to 22/24 and adjusted the artifact upload condition accordingly.
  • Replaced the inlined prerelease npm publish job with a reusable workflow call (publish-prerelease.yml).
  • Adjusted npm-publish-latest job dependencies and updated its Node version to 22.

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

Comment on lines 22 to +24
node-version:
- 22.x
- 24.x
- 22
- 24
Comment on lines 22 to +24
node-version:
- 22.x
- 24.x
- 22
- 24
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
run: npm publish --tag ${{ env.GITHUB_REF_SLUG }}
npm-publish-dev:
needs: build
run: npm publish --tag ${{ env.GITHUB_REF_SLUG }}
npm-publish-dev:
needs: build
uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@main
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
run: npm publish --tag ${{ env.GITHUB_REF_SLUG }}
npm-publish-dev:
needs: build
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