Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use latest npm CLI release #10

Closed
wants to merge 1 commit into from

Conversation

feelepxyz
Copy link

The new version has provenance support built in.

npm/cli#6163

The new version has provenance support built in.

npm/cli#6163
@MylesBorins
Copy link
Owner

I just updated everything before seeing this PR, apologies!.

@@ -20,10 +20,12 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org'
cache: npm
- name: Install latest npm version
run: npm install -g npm@latest
Copy link
Owner

Choose a reason for hiding this comment

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

we don't need to be explicit about npm@latest, just installing npm will use the latest

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