We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2360e7f commit 149a81eCopy full SHA for 149a81e
.github/workflows/test.yml
@@ -7,7 +7,8 @@ on:
7
8
jobs:
9
test:
10
- runs-on: ubuntu-latest
+ # For stability as of July 2025
11
+ runs-on: ubuntu-22.04
12
env:
13
NODE_OPTIONS: "--max_old_space_size=4096 --max-old-space-size=4096"
14
strategy:
@@ -28,7 +29,7 @@ jobs:
28
29
node-version: ${{ matrix.node-version }}
30
cache: 'pnpm'
31
- name: Install dependencies
- run: pnpm install --network-concurrency 1
32
+ run: pnpm install --network-concurrency 2
33
- name: Build all packages
34
run: pnpm build
35
- name: Run linter
0 commit comments