mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
chore: update pnpm version in build preview workflow
- Specified pnpm version 8 in the build preview workflow for consistency and compatibility.
This commit is contained in:
parent
899a91a254
commit
1dbefad6d4
3
.github/workflows/build-preview.yml
vendored
3
.github/workflows/build-preview.yml
vendored
@ -14,10 +14,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 8
|
||||
- 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