Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Jul 4, 2024
1 parent a660479 commit b074375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ jobs:
with:
args: >
sh -c "
apk add --no-cache nodejs npm curl bash && \
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 && \
npm install -g [email protected] && \
Expand Down

0 comments on commit b074375

Please sign in to comment.