mirror of
https://github.com/p-stream/docs.git
synced 2026-03-11 17:55:39 +00:00
Fix PNPM
This commit is contained in:
parent
c90892149a
commit
bfe02b9e5c
1 changed files with 3 additions and 2 deletions
5
.github/workflows/github_pages.yml
vendored
5
.github/workflows/github_pages.yml
vendored
|
|
@ -27,13 +27,14 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
cache: pnpm
|
||||
- name: Setup pnpm
|
||||
run: corepack enable
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue