From a6ea24351a95893469770479b717635e42556338 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Fri, 26 Aug 2022 14:44:12 +0100 Subject: [PATCH] build: drop node 12 testing support --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af437b3..c64b13f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: