Skip to content

Commit a8840e4

Browse files
committed
Ensure npm version for trusted publishing
1 parent 03714a8 commit a8840e4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
with:
3535
node-version: 20
3636
cache: "pnpm"
37-
registry-url: 'https://registry.npmjs.org'
37+
registry-url: "https://registry.npmjs.org"
38+
39+
- name: Upgrade npm for trusted publishing
40+
run: npm install -g npm@11.7.0
3841

3942
- name: Install dependencies
4043
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)