From c6a4685bf5e20a4483405a6831a5de43fbf13117 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Thu, 14 Apr 2022 12:53:54 -0400 Subject: [PATCH] chore!: Dropped support for Node 12 (#239) * chore!: Dropped support for Node 12 * fix: dropped Node 12 Co-authored-by: Jawayria <39649635+Jawayria@users.noreply.github.com> --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 }}"