make workflow fast using pnpm
All checks were successful
Deploy to Server / deploy (push) Successful in 1m51s
All checks were successful
Deploy to Server / deploy (push) Successful in 1m51s
This commit is contained in:
parent
e6a9bdcdc8
commit
0252adca64
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue