Update to use pnpm instead of npm #7
@ -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…
x
Reference in New Issue
Block a user