mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-22 22:38:05 +03:00
Enforce yarn 1.22.19 for now
This commit is contained in:
@@ -14,6 +14,9 @@ jobs:
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "18"
|
||||
- name: Install yarn
|
||||
run: |
|
||||
yarn policies set-version 1.22.19
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
|
||||
Reference in New Issue
Block a user