Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'yarn'

- name: Upgrade npm for OIDC
run: npm i -g npm@^11.5.1
run: npm i -g npm@11.19.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

At this point, installing the latest 11 version would be more than enough

Suggested change
run: npm i -g npm@11.19.1
run: npm i -g npm@11


- run: npm config set registry https://registry.npmjs.org

Expand Down