Skip to content

Commit fa97166

Browse files
chore(ci): fix npm version being installed (#80)
1 parent 5101d44 commit fa97166

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
working-directory: ./packages/capacitor-plugin
1717
shell: bash

0 commit comments

Comments
 (0)