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 e28e40e commit 07b017dCopy full SHA for 07b017d
.github/actions/pnpm/setup/action.yml
@@ -15,6 +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' || '' }}
19
20
- name: Enable corepack
21
if: ${{ inputs.node-version != '16' }}
.github/workflows/reusable-build-test.yml
@@ -35,6 +35,7 @@ jobs:
35
path: crates/node_binding/
36
37
- name: Setup Pnpm
38
+ timeout-minutes: 5
39
uses: ./.github/actions/pnpm/setup
40
41
node-version: 20
0 commit comments