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 b1997f8 commit 2daf216Copy full SHA for 2daf216
.github/actions/setup/action.yml
@@ -12,6 +12,7 @@ runs:
12
13
- name: Upgrade npm for trusted publishing
14
run: npm install -g npm@latest
15
+ shell: bash
16
17
- name: Install dependencies
18
run: yarn install --immutable
0 commit comments