From 2b3be47c0de9626716111d6ebcc44427c60cf342 Mon Sep 17 00:00:00 2001 From: SoonIter Date: Fri, 5 Jul 2024 17:22:21 +0800 Subject: [PATCH] chore: update --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6374ad8..72ae3bb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -396,7 +396,8 @@ jobs: sh -c " apk add --no-cache nodejs npm curl bash tar && \ curl -O https://nodejs.org/dist/v${{ matrix.node }}/node-v${{ matrix.node }}-linux-arm64.tar.xz && \ - tar -xJf node-v${{ matrix.node }}-linux-arm64.tar.xz -C /usr/local --strip-components=1 && \ + tar -xJf node-v${{ matrix.node }}-linux-arm64.tar.xz --strip-components=1 && \ + export PATH="$(pwd)/bin:$PATH" && \ npm install -g pnpm@8.7.0 && \ pnpm install --no-frozen-lockfile && \ pnpm test