Skip to content

Commit c55e526

Browse files
ci: Add missing npm CLI install
1 parent b1f7035 commit c55e526

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/setup-tools/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ runs:
2222
version: 9
2323
run_install: false
2424

25+
- name: Update npm # To ensure npm 11.5.1 or later is installed for Trusted publishing
26+
shell: bash
27+
run: npm install -g npm@latest
28+
2529
- name: Get pnpm store directory
2630
id: pnpm-cache
2731
shell: bash

0 commit comments

Comments
 (0)