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:
|
with:
|
||||||
node-version: 23.11.0
|
node-version: 23.11.0
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
- run: pnpm install
|
||||||
|
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: pnpm install
|
# run: pnpm install
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: pnpm run build-action
|
run: pnpm run build-action
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue