Skip to content

Commit 24370b6

Browse files
committed
fix: setup all time-out in CI
1 parent 5056f17 commit 24370b6

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.github/actions/pnpm/setup/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ runs:
1515
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1616
with:
1717
node-version: ${{ inputs.node-version }}
18-
mirror: ${{ runner.environment == 'self-hosted' && runner.os == 'macOS' && 'https://npmmirror.com/mirrors/node' || '' }}
1918

2019
- name: Enable corepack
2120
if: ${{ inputs.node-version != '16' }}

.github/workflows/reusable-build-bench.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
chmod +x target/codspeed/instrumentation/rspack_benchmark/benches
6868
6969
- name: Pnpm Setup
70+
timeout-minutes: 5
7071
uses: ./.github/actions/pnpm/setup
7172

7273
- name: Pnpm Install

.github/workflows/reusable-build-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
clean: ${{ runner.environment == 'github-hosted' }}
4242

4343
- name: Pnpm Setup
44+
timeout-minutes: 5
4445
uses: ./.github/actions/pnpm/setup
4546

4647
- name: Install Binding Dependencies

.github/workflows/reusable-build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
run: ls -lah crates/node_binding/
9898

9999
- name: Setup Pnpm
100+
timeout-minutes: 5
100101
uses: ./.github/actions/pnpm/setup
101102
with:
102103
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)