Skip to content

Commit 149a81e

Browse files
committed
ci
1 parent 2360e7f commit 149a81e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-latest
10+
# For stability as of July 2025
11+
runs-on: ubuntu-22.04
1112
env:
1213
NODE_OPTIONS: "--max_old_space_size=4096 --max-old-space-size=4096"
1314
strategy:
@@ -28,7 +29,7 @@ jobs:
2829
node-version: ${{ matrix.node-version }}
2930
cache: 'pnpm'
3031
- name: Install dependencies
31-
run: pnpm install --network-concurrency 1
32+
run: pnpm install --network-concurrency 2
3233
- name: Build all packages
3334
run: pnpm build
3435
- name: Run linter

0 commit comments

Comments
 (0)