From fab7401b3699d7354b26a04225d6ffa50d6d49b6 Mon Sep 17 00:00:00 2001 From: Huey Lee Date: Tue, 26 Dec 2023 14:13:51 +0800 Subject: [PATCH] build: update pnpm command --- .github/workflows/CD.yml | 2 +- .github/workflows/CI.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index c69ab5e..a32b2a0 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -28,7 +28,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: install dependencies - run: pnpm install + run: pnpm install --config.arch=x64 --config.platform=linux --config.libc=glibc - name: lint run: npm run lint - name: generate icons diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e9664aa..676b37d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: install dependencies - run: pnpm install + run: pnpm install --config.arch=x64 --config.platform=linux --config.libc=glibc - name: lint run: pnpm run lint - name: generate icons