File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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' }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments