Skip to content

chore: Update NPM publishing to use OIDC#35

Merged
Alexandre Asselin (alexasselin008) merged 10 commits intomainfrom
chore/SSD-3983_nvm
Oct 22, 2025
Merged

chore: Update NPM publishing to use OIDC#35
Alexandre Asselin (alexasselin008) merged 10 commits intomainfrom
chore/SSD-3983_nvm

Conversation

@alexasselin008
Copy link
Member

@alexasselin008 Alexandre Asselin (alexasselin008) commented Oct 22, 2025

Jira issue link: SSD-3983

  • Bump Node to 24
  • Bump Pnpm to version 10.19
  • Add pnpm settings to improve security: We force npm to wait 1 day after a package release before updating it. (except workleap packages)
minimumReleaseAge: 1440
minimumReleaseAgeExclude:
  - "@workleap*"

@alexasselin008 Alexandre Asselin (alexasselin008) changed the title Update Node.js version in .nvmrc to 24.10 chore: Update NPM publishing to use OIDC Oct 22, 2025
@alexasselin008 Alexandre Asselin (alexasselin008) marked this pull request as ready for review October 22, 2025 17:03
Copilot AI review requested due to automatic review settings October 22, 2025 17:03
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 project's NPM publishing workflow to use OIDC-based authentication instead of token-based authentication, and upgrades Node.js and pnpm versions with enhanced security configurations.

  • Updated Node.js version from LTS to 24.10 and pnpm to 10.19.0
  • Configured pnpm to enforce a 1-day minimum release age for packages (excluding Workleap (@workleap) packages)
  • Migrated from NPM_TOKEN to OIDC authentication for publishing

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
pnpm-workspace.yaml Added security settings for minimum package release age with Workleap (@workleap) exception
package.json Specified pnpm 10.19.0 as the package manager
.nvmrc Updated Node version from LTS to 24.10
.github/workflows/changeset.yml Removed NPM_TOKEN and updated comment to reflect OIDC usage

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@alexasselin008 Alexandre Asselin (alexasselin008) merged commit 8cb5e9f into main Oct 22, 2025
3 checks passed
@alexasselin008 Alexandre Asselin (alexasselin008) deleted the chore/SSD-3983_nvm branch October 22, 2025 17:30
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