chore: upgrade yarn to 3.6.3 (#4173)

This commit is contained in:
LongYinan
2023-09-04 18:37:38 -07:00
committed by GitHub
parent 801d769877
commit ff66e2635a
5 changed files with 235 additions and 224 deletions

View File

@@ -61,6 +61,17 @@ jobs:
- name: Run Type Check
run: yarn typecheck
check-yarn-binary:
name: Check yarn binary
runs-on: ubuntu-latest
environment: development
steps:
- uses: actions/checkout@v3
- name: Run check
run: |
yarn set version $(node -e "console.log(require('./package.json').packageManager.split('@')[1])")
git diff --exit-code
build-prototype:
name: Build Prototype
runs-on: ubuntu-latest