Skip to content

Commit ae4bd3b

Browse files
committed
ci
1 parent f507ec4 commit ae4bd3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
env:
12+
NODE_OPTIONS: "--max_old_space_size=4096"
1113
strategy:
1214
matrix:
1315
# https://nodejs.org/en/about/previous-releases
@@ -26,9 +28,7 @@ jobs:
2628
node-version: ${{ matrix.node-version }}
2729
cache: 'pnpm'
2830
- name: Install dependencies
29-
run: |
30-
export NODE_OPTIONS="--max_old_space_size=4096"
31-
pnpm install
31+
run: pnpm install --network-concurrency 1
3232
- name: Build all packages
3333
run: pnpm build
3434
- name: Run linter

0 commit comments

Comments
 (0)