From 8247b5fa8996eb6e28ba3a6043d05d7efeebfb89 Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Sat, 20 Jan 2024 17:40:34 -0500 Subject: [PATCH] Enforce yarn 1.22.19 for now --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2424e97..f8d65c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)"