chore: use pnpm in workflow

pull/245/head^2
Josh Moore 8 months ago
parent 95a3fea42b
commit 942c2c258f

@ -26,11 +26,11 @@ jobs:
# Install npm 10 & TypeScript
- name: Install global packages
run: npm i -g npm@10 typescript
run: npm i -g npm@10 typescript pnpm
# Install ass dependencies (including types)
- name: Install dependencies
run: npm i --save-dev
run: pnpm i
# Compile the TypeScript files
- name: Run build script

Loading…
Cancel
Save