From 71b7b24fd5c7dedf4c015f3773a521c64b9d048b Mon Sep 17 00:00:00 2001 From: EzzAk Date: Thu, 4 Sep 2025 10:41:34 -0700 Subject: [PATCH] Update tests.js.yml Need to upgrade some packages that do not support node 18 anymore. Node 18 has reached end of life --- .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..e6ed895 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: [19.x, 20.x, 21.x] steps: - uses: actions/checkout@v3