Update build.yml
This commit is contained in:
parent
7091018841
commit
d34e9c8c18
1 changed files with 6 additions and 1 deletions
|
|
@ -12,9 +12,14 @@ jobs:
|
|||
uses: https://github.com/pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
standalone: true
|
||||
run_install: false
|
||||
|
||||
- name: 🔧 Install node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: "pnpm"
|
||||
|
||||
- name: 🧱 Install packages
|
||||
run: pnpm install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue