From 122b0cce8c65b83565e5767f58cf453b72b60e4a Mon Sep 17 00:00:00 2001 From: Jason Lundien <50338269+jasonlundien@users.noreply.github.com> Date: Mon, 20 May 2024 15:59:13 -0500 Subject: [PATCH] add node 22.x and remove node 16.x (#499) --- .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 5c45d971..9d2f2f37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: free-solid-svg-icons: [5.x, 6.x] fontawesome-svg-core: [1.2.x, 6.x] - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] vue: [3.0.x, 3.1.x, 3.2.x, 3.3.x] steps: