From 322383211cb9b226a8a7793a376e72ad20631974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Thu, 13 Aug 2020 16:06:08 -0400 Subject: [PATCH] skip building babel-standalone on legacy versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: