mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-02-22 01:13:14 +03:00
Install pnpm
This commit is contained in:
parent
181e5815d9
commit
bc781a4021
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -14,9 +14,10 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "18"
|
node-version: "18"
|
||||||
- name: Install yarn
|
- name: Install yarn and pnpm
|
||||||
run: |
|
run: |
|
||||||
npm install yarn@1.22.19 -g
|
npm install yarn@1.22.19 -g
|
||||||
|
npm install -g pnpm
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user