From 858e5158ea73ee31bceb70c6856a62115193efae Mon Sep 17 00:00:00 2001 From: EzzAk Date: Thu, 4 Sep 2025 10:56:50 -0700 Subject: [PATCH] Upgrade node versions Upgrade node versions --- .github/workflows/tests.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.js.yml b/.github/workflows/tests.js.yml index 334c057..203da8e 100644 --- a/.github/workflows/tests.js.yml +++ b/.github/workflows/tests.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x, 19.x, 20.x] + node-version: [20.x, 21.x, 22.x, 23.x, 24.x] steps: - uses: actions/checkout@v3