From b276f036429681193b6b2b8f79478a9b7fab40ff Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sun, 18 Dec 2022 16:49:30 +0100 Subject: [PATCH] Drop node.js 10 and 12 support, add 16 and 18 --- .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 0e242ce..a4347e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: strategy: matrix: node: - - '10' - - '12' - '14' + - '16' + - '18' steps: - uses: actions/checkout@v2 - name: Setup node