Skip to content

Commit ce6f782

Browse files
committed
build: pass pnpm version number to gh action
1 parent 91f4fdf commit ce6f782

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- uses: pnpm/action-setup@v4
24+
with:
25+
version: 10
2426
- name: Install Dependencies
2527
run: |
2628
pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)