diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 877c5a9b0d9a..92029cf30c83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/setup-node@v2-beta # Build Babel on latest node versions - name: Build run: | - BABEL_ENV=test-legacy make -j bootstrap + BABEL_ENV=test-legacy make -j build-bundle-ci - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2-beta with: