From 93a851a9b136aed2c37a32f37e8655ff6a617a3c Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 20 May 2024 15:49:32 -0500 Subject: [PATCH] remove node 16.x --- .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 38b3d836..2c818d4b 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, 22.x, 24.x] + node-version: [18.x, 20.x, 22.x, 24.x] vue: [3.0.x, 3.1.x, 3.2.x, 3.3.x] steps: