From c491d3a26f11ae63c566ae50fbd44e844f448724 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Tue, 2 Jul 2024 09:35:44 -0300 Subject: [PATCH] ci: Drop NodeJS 10, 12, 14. Added 18, 20, 22 (#144) --- .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: