Enforce yarn 1.22.19 for now

pull/458/head
yuhan6665 2024-01-20 17:40:34 -05:00
parent abfeb40477
commit 8247b5fa89
1 changed files with 3 additions and 0 deletions

View File

@ -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)"