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 07b017d commit 5056f17Copy full SHA for 5056f17
.github/actions/pnpm/setup/action.yml
@@ -15,7 +15,7 @@ runs:
15
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
16
with:
17
node-version: ${{ inputs.node-version }}
18
- mirror: ${{ runner.environment == 'self-hosted' && runner.os == 'Darwin' && 'https://npmmirror.com/mirrors/node' || '' }}
+ mirror: ${{ runner.environment == 'self-hosted' && runner.os == 'macOS' && 'https://npmmirror.com/mirrors/node' || '' }}
19
20
- name: Enable corepack
21
if: ${{ inputs.node-version != '16' }}
0 commit comments