Skip to content

Commit

Permalink
also use a spread of pnpm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 14, 2024
1 parent aef3f77 commit 8a47ac9
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 @@ -17,6 +17,7 @@ jobs:
- ubuntu-20.04
- windows-2022
node_version: [10, 12, 14, 16, 18, 20, 22]
pnpm_version: [6, 7, 8, 9]
node_arch:
- x64
cpp_arch:
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
docker: node:18-alpine
docker_cmd:
apk add --no-cache pkgconfig curl tar python3 make gcc g++ cmake
musl-dev && npm i -g pnpm && pnpm install && pnpm run
musl-dev && npm i -g pnpm@${{matrix.pnpm-version}} && pnpm install && pnpm run
build.prebuild
node_version: 18
node_arch: x64
Expand Down Expand Up @@ -104,7 +105,7 @@ jobs:
- uses: pnpm/action-setup@v4
if: ${{ !matrix.docker }}
with:
version: 9
version: ${{ matrix.pnpm-version }}

- name: Install Node
if: ${{ !matrix.docker }}
Expand Down

0 comments on commit 8a47ac9

Please sign in to comment.