From a992c3e5e609aa5cc53eb39c9420e821f062b1ac Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Mon, 12 Feb 2024 11:53:33 -0800 Subject: [PATCH] remove eol node 12 and add node 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 aca746c8..9d5d5a2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x, 18.x, 20.x] + node-version: [14.x, 16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v3