Skip to content

Conversation

jwagantall
Copy link

@jwagantall jwagantall commented Oct 3, 2025

Added permissions for contents and id-token in release jobs, updated Node.js version to 22, and removed .npmrc creation step.

Fix: #12


# Ensure npm >= 11.5.1 for trusted publishing support
- name: Update npm
run: npm install -g [email protected]
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't we install it as @^11.5.1 so we get (security) updates

Copy link
Author

Choose a reason for hiding this comment

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

@TimoGlastra , thank you for your comment. I am ok with it if the maintainers agree.
I pinned the version for reproducibility and to avoid sudden breakages but i am ok if you want to catch future security updates.
I will make the change and let others comment.

Added permissions for contents and id-token in release jobs, updated Node.js version to 22, and removed .npmrc creation step.

Signed-off-by: Jessica G <[email protected]>
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.

Migrate NPM workflows to Trusted Publishing

3 participants