Skip to content

Commit 7ce3c2d

Browse files
authored
fix(ci): pin npm to 11.x in release workflow (#1526)
1 parent 9f9324c commit 7ce3c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
registry-url: "https://registry.npmjs.org"
3838

3939
- name: Upgrade npm for Trusted Publishing
40-
run: npm install -g npm@latest
40+
run: npm install -g npm@11
4141

4242
- name: Install dependencies
4343
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)