Skip to content

Commit 41a823f

Browse files
committed
adjust
1 parent 3781a77 commit 41a823f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11-
env:
12-
NODE_OPTIONS: --max_old_space_size=6144
1311
strategy:
1412
matrix:
1513
# https://nodejs.org/en/about/previous-releases
@@ -25,7 +23,10 @@ jobs:
2523
uses: pnpm/action-setup@v4
2624
with:
2725
version: 10.13.1
28-
run_install: true
26+
run_install: false
27+
- name: Install dependencies
28+
# lower parallelism to save RAM
29+
run: pnpm install --frozen-lockfile --workspace-concurrency=1
2930
- name: Build all packages
3031
run: pnpm build
3132
- name: Run linter

0 commit comments

Comments
 (0)