Skip to content

Conversation

@jwagantall
Copy link
Contributor

@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 npm@11.5.1
Copy link
Contributor

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
Contributor 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 <jwagantall@linuxfoundation.org>
Signed-off-by: Jessica G <jwagantall@linuxfoundation.org>
Signed-off-by: Jessica G <jwagantall@linuxfoundation.org>
@swcurran
Copy link
Contributor

We need to get a new release of the wrapper published. Is this PR ready to go? There was a question left hanging that is holding back the merging of this PR.

Once this is done, we need to get the new 0.2.3 release tagged and published as soon as possible.

@swcurran
Copy link
Contributor

Collected comments and it is fine to merge this without the change. May be added later.

@swcurran swcurran merged commit a61a531 into main Nov 14, 2025
8 checks passed
@swcurran swcurran deleted the npm-migration branch November 14, 2025 18:01
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

5 participants