We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5101d44 commit fa97166Copy full SHA for fa97166
1 file changed
.github/actions/setup-tools/action.yml
@@ -11,7 +11,7 @@ runs:
11
# Ensure npm 11.5.1 or later is installed for Trusted publishing
12
- name: Update npm
13
shell: bash
14
- run: npm install -g npm@latest
+ run: npm install -g npm@~11.10.0
15
- name: Install dependencies
16
working-directory: ./packages/capacitor-plugin
17
0 commit comments