mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
ci(docs): pin pnpm version for pages build
This commit is contained in:
parent
f55133966b
commit
169d5be00c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish_docs.yml
vendored
4
.github/workflows/publish_docs.yml
vendored
|
|
@ -35,14 +35,14 @@ jobs:
|
|||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v6
|
||||
with:
|
||||
version: 10
|
||||
version: 10.28.2
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: "pnpm"
|
||||
cache-dependency-path: ./docs
|
||||
cache-dependency-path: ./docs/pnpm-lock.yaml
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm i --frozen-lockfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue