From cbc837f785823cae1882d28355680e5657ae3cc0 Mon Sep 17 00:00:00 2001 From: Milo Cesar Date: Fri, 6 Oct 2023 16:34:05 +0200 Subject: [PATCH] chore(ci): remove testing on node 12 & 14 since they are deprecated --- .github/workflows/build.yml | 2 +- .github/workflows/style.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f885130..8fdba71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: # the Node.js versions to build on - node-version: [12.x, 14.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 11d468b..bf3f7ba 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: # the Node.js versions to build on - node-version: [12.x, 14.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2