Update build.yml
This commit is contained in:
parent
4534a78aeb
commit
7091018841
1 changed files with 2 additions and 1 deletions
|
|
@ -9,9 +9,10 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: 🔧 Install pnpm
|
||||
uses: https://github.com/actions/pnpm/action-setup@v4
|
||||
uses: https://github.com/pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
standalone: true
|
||||
run_install: false
|
||||
|
||||
- name: 🧱 Install packages
|
||||
|
|
|
|||
Loading…
Reference in a new issue