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