Update to Yarn 3 (#13140)

This commit is contained in:
Nicolò Ribaudo
2021-09-16 22:23:46 +02:00
committed by GitHub
parent 137fecc765
commit 2ffb19828f
17 changed files with 2126 additions and 1453 deletions

View File

@@ -38,7 +38,7 @@ jobs:
echo ${{ steps.test262.outputs.sha1 }} | ./scripts/parser-tests/bump-test262-version.sh
- name: Build babel parser
run: |
yarn install --immutable --skip-builds
yarn install --immutable --mode=skip-build
yarn gulp build-rollup
- name: Update test262 allow list
run: |