Skip to content

Commit 1b57232

Browse files
chore: add missing shell to setup tools action
1 parent 4b40f75 commit 1b57232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ runs:
88
uses: actions/setup-node@v4
99
with:
1010
node-version: 23
11-
# Ensure npm 11.5.1 or later is installed for Trusted publishing
11+
# To ensure npm 11.5.1 or later is installed for Trusted publishing
1212
- name: Update npm
13+
shell: bash
1314
run: npm install -g npm@latest
1415
- name: Install dependencies
1516
working-directory: ./packages/capacitor-plugin

0 commit comments

Comments
 (0)