Skip to content

Commit bfcd5a4

Browse files
authored
ci(test): apply pnpm config (refer: pnpm/pnpm#9811)
1 parent 04d150d commit bfcd5a4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
cache: pnpm
317317
- name: Install dependencies
318318
run: |
319-
pnpm config set supportedArchitectures.libc "musl"
319+
pnpm config set supported-architectures-libc "musl"
320320
pnpm install
321321
- name: Download artifacts
322322
uses: actions/download-artifact@v5
@@ -365,8 +365,8 @@ jobs:
365365
shell: bash
366366
- name: Install dependencies
367367
run: |
368-
pnpm config set supportedArchitectures.cpu "arm64"
369-
pnpm config set supportedArchitectures.libc "glibc"
368+
pnpm config set supported-architectures-cpu "arm64"
369+
pnpm config set supported-architectures-libc "glibc"
370370
pnpm install
371371
- name: Build Examples
372372
run: pnpm build:examples
@@ -407,8 +407,8 @@ jobs:
407407
shell: bash
408408
- name: Install dependencies
409409
run: |
410-
pnpm config set supportedArchitectures.cpu "arm64"
411-
pnpm config set supportedArchitectures.libc "musl"
410+
pnpm config set supported-architectures-cpu "arm64"
411+
pnpm config set supported-architectures-libc "musl"
412412
pnpm install
413413
- name: Build Examples
414414
run: pnpm build:examples
@@ -454,7 +454,7 @@ jobs:
454454
shell: bash
455455
- name: Install dependencies
456456
run: |
457-
pnpm config set supportedArchitectures.cpu "arm"
457+
pnpm config set supported-architectures-cpu "arm"
458458
pnpm install
459459
- name: Build Examples
460460
run: pnpm build:examples

0 commit comments

Comments
 (0)