We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b40f75 commit 1b57232Copy full SHA for 1b57232
.github/actions/setup-tools/action.yml
@@ -8,8 +8,9 @@ runs:
8
uses: actions/setup-node@v4
9
with:
10
node-version: 23
11
- # Ensure npm 11.5.1 or later is installed for Trusted publishing
+ # To 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
15
- name: Install dependencies
16
working-directory: ./packages/capacitor-plugin
0 commit comments