Update to use pnpm instead of npm #7
@ -12,9 +12,14 @@ jobs:
|
|||||||
uses: https://github.com/pnpm/action-setup@v4
|
uses: https://github.com/pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 9
|
version: 9
|
||||||
standalone: true
|
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
|
- name: 🔧 Install node
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 20
|
||||||
|
cache: "pnpm"
|
||||||
|
|
||||||
- name: 🧱 Install packages
|
- name: 🧱 Install packages
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user