From 25d44d9e3267d1ead4528bef6a315527faa99c15 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Mon, 29 Aug 2022 10:21:26 -0400 Subject: [PATCH] remove node 12 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cc79c4..3a9bf07 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: CI on: pull_request: branches: - - "**" + - '**' push: branches: - main @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x] steps: - uses: actions/checkout@v1