Skip to content

Commit d82812d

Browse files
committed
fix: set pnpm version as matrix
1 parent 2c2d02e commit d82812d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
node-version: [20]
17+
pnpm-version: [9.3.0]
1718
env:
1819
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1920
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
@@ -36,7 +37,7 @@ jobs:
3637
- name: Install pnpm
3738
uses: pnpm/action-setup@v4
3839
with:
39-
version: 9
40+
version: ${{ matrix.pnpm-version }}
4041

4142
- name: Use Node.js ${{ matrix.node-version }}
4243
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)