Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 13, 2020
1 parent 25ace84 commit 9f14d98
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Expand Up @@ -10,8 +10,6 @@ jobs:
uses: actions/checkout@v2
- name: Use Node.js latest
uses: actions/setup-node@v2-beta
with:
node-version: "*"
- name: Generate coverage report
run: |
make -j test-ci-coverage
Expand All @@ -23,16 +21,13 @@ jobs:
legacy-node-version-test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
node-version: [6.x, 8.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js latest
uses: actions/setup-node@v2-beta
with:
node-version: "*" # Build Babel on latest node versions
uses: actions/setup-node@v2-beta # Build Babel on latest node versions
- name: Build
run: |
BABEL_ENV=production make -j bootstrap
Expand Down

0 comments on commit 9f14d98

Please sign in to comment.