From d1f45b0c4f2ea8eb9533d48ddbbbb8a12fa60f0f Mon Sep 17 00:00:00 2001 From: Lucid Date: Wed, 3 Dec 2025 22:14:19 -0500 Subject: [PATCH] Fix actions strategy --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3a404f..399a861 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [20.x, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - name: "Base requirements"