Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Jul 5, 2024
1 parent b074375 commit 2b3be47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] && \
pnpm install --no-frozen-lockfile && \
pnpm test
Expand Down

0 comments on commit 2b3be47

Please sign in to comment.