mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
chore: enable caching for pnpm in build preview workflow
- Added caching for pnpm to improve dependency installation speed in the build preview workflow.
This commit is contained in:
parent
1dbefad6d4
commit
436cd4e702
1
.github/workflows/build-preview.yml
vendored
1
.github/workflows/build-preview.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: app
|
||||
|
Loading…
Reference in New Issue
Block a user