Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Commit 2777633

Browse files
committed
ci: update npm to latest for trusted publishing support
1 parent ef3ab92 commit 2777633

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
5353
- name: Install dependencies
5454
if: steps.determine.outputs.changed == 'true' && steps.determine.outputs.tag_exists == 'false'
55-
run: npm install
55+
run: |
56+
npm install -g npm@latest
57+
npm install
5658
5759
- name: Generate release notes
5860
if: steps.determine.outputs.changed == 'true' && steps.determine.outputs.tag_exists == 'false'

0 commit comments

Comments
 (0)