Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 3f95dc4

Browse files
committed
Specify shell
1 parent eb13c75 commit 3f95dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/common/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ runs:
2828
restore-keys: |
2929
${{ runner.os }}-node-root-
3030
- name: Update npm
31+
shell: bash
3132
run: npm i -g npm
3233
- name: Install dependencies
3334
if: ${{ steps.cache-npm-root.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)