From fc966d136c719285eb9a9c9d4470ed6f7da8163d Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Fri, 14 Oct 2022 12:38:07 -0300 Subject: [PATCH] ci: Remove Node 10/12 from matrix. Added Node 16 and 18. (#180) --- .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 e03d7fa0..b2743e51 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: [14.x, 16.x, 18.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: