We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6814ed1 commit c6a4933Copy full SHA for c6a4933
.github/actions/setup-environment/action.yml
@@ -2,14 +2,14 @@ name: 'Setup environment'
2
description: 'Setup environment'
3
runs:
4
using: 'composite'
5
- shell: bash
6
steps:
7
- name: Setup Node.js
8
uses: actions/setup-node@v4
9
with:
10
node-version: 'lts/*'
11
12
- run: corepack enable
+ shell: bash
13
14
- name: Set up Node.js
15
@@ -19,3 +19,4 @@ runs:
19
20
- name: Install dependencies
21
run: yarn --immutable
22
0 commit comments