Skip to content

Commit f11d0fc

Browse files
committed
Installs npm@11.5.1 for release workflow
1 parent e596120 commit f11d0fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ jobs:
2525
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
2626
with:
2727
node-version: '20.17.0'
28+
registry-url: 'https://registry.npmjs.org'
2829
cache: 'yarn'
2930

31+
- name: Update NPM
32+
run: npm install -g npm@11.5.1
33+
3034
- name: Install dependencies
3135
run: yarn --frozen-lockfile
3236

0 commit comments

Comments
 (0)