make workflow fast using pnpm
All checks were successful
Deploy to Server / deploy (push) Successful in 1m51s

This commit is contained in:
rocord01 2025-07-14 07:54:48 -04:00
parent e6a9bdcdc8
commit 0252adca64

View file

@ -18,10 +18,10 @@ jobs:
node-version: '20' # Adjust to your required Node.js version
- name: Install dependencies
run: npm install
run: npm install pnpm -g && pnpm install
- name: Build the project
run: npm run build
run: pnpm run build
- name: Setup SSH key
env: