From 40cb949d4e6f4bb62e78bb7e305a96b2ef86a827 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 4 Apr 2022 07:56:51 -0400 Subject: [PATCH] chore!: Dropped support for Node 12 --- .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 c1ff13a8..cb61c330 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node: [12, 14, 16] + node: [16] steps: - name: Checkout uses: actions/checkout@v2