Update to use pnpm instead of npm #7

Merged
rgebee merged 14 commits from ci-pnpm into master 2024-09-01 15:35:48 -04:00
Showing only changes of commit 2c9b9b36a3 - Show all commits

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
cache: pnpm
- name: 🧱 Install packages
run: pnpm install