Cache pnpm deps
This commit is contained in:
parent
865798bf1a
commit
5dbbf7d550
1 changed files with 3 additions and 2 deletions
|
@ -31,9 +31,10 @@ jobs:
|
|||
with:
|
||||
node-version: 23.11.0
|
||||
cache: 'pnpm'
|
||||
- run: pnpm install
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
# - name: Install dependencies
|
||||
# run: pnpm install
|
||||
|
||||
- name: Build website
|
||||
run: pnpm run build-action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue