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 a44c337 commit a3bec27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['16', '18']
node: ['16.20.2', '20.15.0']
runs-on: ubuntu-latest

steps:
Expand All @@ -395,7 +395,8 @@ jobs:
args: >
sh -c "
apk add --no-cache nodejs npm curl bash && \
curl -sL https://deb.nodesource.com/setup_\${{ matrix.node }}.x | bash - && \
curl -O https://nodejs.org/dist/v${{ matrix.node }}/node-v${{ matrix.node }}-linux-arm64.tar.gz && \
tar -xJf node-v${NODE_VERSION}-linux-arm64.tar.xz -C /usr/local --strip-components=1 && \
npm install -g [email protected] && \
pnpm install --no-frozen-lockfile && \
pnpm test
Expand Down

0 comments on commit a3bec27

Please sign in to comment.