From f1a2e784088d2ae8a94a0b2d289bf7d50dc43b9d Mon Sep 17 00:00:00 2001 From: OJ Kwon <1210596+kwonoj@users.noreply.github.com> Date: Mon, 14 Nov 2022 10:19:47 -0800 Subject: [PATCH] ci(actions): ensure to honor pkgmgr --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index efc494b6d186..83294c6f09cb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -142,6 +142,7 @@ jobs: - name: Install node dependencies shell: bash run: | + corepack enable yarn # Ensure that all components are compilable. @@ -166,12 +167,13 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: "yarn" - name: Install node dependencies shell: bash run: | + corepack enable yarn - name: Build