Skip to content

Commit 7ba8af9

Browse files
chore(ci): fix npm version being installed (#75)
1 parent fd7068d commit 7ba8af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
# Ensure npm 11.5.1 or later is installed for Trusted publishing
1212
- name: Update npm
1313
shell: bash
14-
run: npm install -g npm@latest
14+
run: npm install -g npm@~11.10.0
1515
- name: Install dependencies
1616
shell: bash
1717
run: npm i

0 commit comments

Comments
 (0)