Skip to content

Commit ebea85e

Browse files
authored
chore(ci): set timeout for pnpm setup action (#11976)
* chore: use dist mirror for self hosted mac * fix: os name * fix: setup all time-out in CI
1 parent d3b6760 commit ebea85e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
path: crates/node_binding/
3636

3737
- name: Setup Pnpm
38+
timeout-minutes: 5
3839
uses: ./.github/actions/pnpm/setup
3940
with:
4041
node-version: 20
@@ -96,6 +97,7 @@ jobs:
9697
run: ls -lah crates/node_binding/
9798

9899
- name: Setup Pnpm
100+
timeout-minutes: 5
99101
uses: ./.github/actions/pnpm/setup
100102
with:
101103
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)