From d2349045a7324088d6efd9ee778335cb467ae5b7 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Wed, 4 Oct 2023 09:41:39 +0200 Subject: [PATCH] chore(ci): drop nodejs 14 --- .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 4c4b3e799..80566e81e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false # prevent test to stop if one fails matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: