chore(ci): Ensure to honor node package manager (#6437)

This commit is contained in:
OJ Kwon 2022-11-14 16:52:44 -08:00 committed by GitHub
parent e6e71b5b37
commit 8ca3cc7875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13259 additions and 5288 deletions

View File

@ -142,6 +142,7 @@ jobs:
- name: Install node dependencies - name: Install node dependencies
shell: bash shell: bash
run: | run: |
corepack enable
yarn yarn
# Ensure that all components are compilable. # Ensure that all components are compilable.
@ -166,12 +167,13 @@ jobs:
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "18"
cache: "yarn" cache: "yarn"
- name: Install node dependencies - name: Install node dependencies
shell: bash shell: bash
run: | run: |
corepack enable
yarn yarn
- name: Build - name: Build

File diff suppressed because it is too large Load Diff

13086
yarn.lock

File diff suppressed because it is too large Load Diff