1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-08-22 19:38:36 +00:00

Try npm install

This commit is contained in:
yuhan6665 2024-01-20 17:56:54 -05:00
parent 8247b5fa89
commit 1efab892eb

View File

@ -16,7 +16,7 @@ jobs:
node-version: "18" node-version: "18"
- name: Install yarn - name: Install yarn
run: | run: |
yarn policies set-version 1.22.19 npm install yarn@1.22.19 -g
- name: Get yarn cache directory path - name: Get yarn cache directory path
id: yarn-cache-dir-path id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)" run: echo "::set-output name=dir::$(yarn cache dir)"