diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac75c28..7bd824b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,17 +3,17 @@ name: node_js CI on: push: branches: - - master + - master pull_request: branches: - - "**" + - '**' jobs: test: runs-on: ubuntu-20.04 strategy: matrix: - node: [12, 14, 16] + node: [16] steps: - name: Checkout @@ -56,4 +56,5 @@ jobs: subject: CI workflow failed in ${{github.repository}} to: masters-grades@edx.org from: github-actions - body: CI workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" + body: CI workflow in ${{github.repository}} failed! For details see "github.com/${{ + github.repository }}/actions/runs/${{ github.run_id }}"