From a914b3a0c4777eb894f7d3256733c2acffcc2902 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Fri, 28 Jun 2024 13:23:45 -0300 Subject: [PATCH] ci: Drop NodeJS 10, 12, 14. Added 18, 20, 22 --- .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 730c21f..fe37ef3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, macos-latest] steps: