Skip to content

Commit 630928e

Browse files
authored
Merge branch 'main' into perf-source-map-json-parse
2 parents 54b712a + e0e2e12 commit 630928e

File tree

874 files changed

+2367
-13676
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

874 files changed

+2367
-13676
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)