Skip to content

Commit c6a4933

Browse files
committed
Update action.yml
1 parent 6814ed1 commit c6a4933

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: 'Setup environment'
22
description: 'Setup environment'
33
runs:
44
using: 'composite'
5-
shell: bash
65
steps:
76
- name: Setup Node.js
87
uses: actions/setup-node@v4
98
with:
109
node-version: 'lts/*'
1110

1211
- run: corepack enable
12+
shell: bash
1313

1414
- name: Set up Node.js
1515
uses: actions/setup-node@v4
@@ -19,3 +19,4 @@ runs:
1919

2020
- name: Install dependencies
2121
run: yarn --immutable
22+
shell: bash

0 commit comments

Comments
 (0)