From ab930a27fc3db7db6e139773374f4944b40f3512 Mon Sep 17 00:00:00 2001 From: AndreMaz Date: Thu, 19 Oct 2023 17:07:40 +0100 Subject: [PATCH] drop node v14 (reached EOL April 2023) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6a2d41..cd5b72e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: ci -on: +on: push: branches: - master @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2