mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
chore(ci): set up pnpm cache for website deployment
This commit is contained in:
parent
cc93102859
commit
647cbc7e7a
5
.github/workflows/website.yml
vendored
5
.github/workflows/website.yml
vendored
@ -24,6 +24,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: pnpm/action-setup@v4
|
||||
- name: Set up node & dependencies
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: 22
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --filter website --frozen-lockfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user