Skip to content

Commit 9e93ba3

Browse files
committed
chore(ci): change pnpm version based on node
1 parent 16f2382 commit 9e93ba3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,18 @@ jobs:
4646
strategy:
4747
matrix:
4848
node-version: ["14", "16", "18", "20"]
49+
include:
50+
- node-version: "14"
51+
pnpm-version: "7"
4952
fail-fast: false
5053
steps:
5154
- uses: "actions/checkout@v3"
5255
with:
5356
fetch-depth: 0
5457
- run: sudo apt-get install -y valgrind
5558
- uses: pnpm/action-setup@v2
59+
with:
60+
version: ${{ matrix.pnpm-version || '' }}
5661
- uses: actions/setup-node@v3
5762
with:
5863
cache: pnpm

0 commit comments

Comments
 (0)