Skip to content

Commit

Permalink
skip building babel-standalone on legacy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 13, 2020
1 parent c07cc06 commit 3223832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 3223832

Please sign in to comment.