ci: explicitly set pnpm version
All checks were successful
Deploy / Deploy (push) Successful in 1m7s
All checks were successful
Deploy / Deploy (push) Successful in 1m7s
This commit is contained in:
parent
8f807ac2a8
commit
0586e1ee40
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup Pnpm
|
- name: Setup Pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
|
with:
|
||||||
|
version: 10
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue