From 69b05a71f5e8ef5601c6fd76308a40942e77f069 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 24 Jul 2024 10:02:29 -0700 Subject: [PATCH] ci: update tests --- .github/workflows/npm-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-tests.yml b/.github/workflows/npm-tests.yml index 7711cd9..f1815b5 100644 --- a/.github/workflows/npm-tests.yml +++ b/.github/workflows/npm-tests.yml @@ -29,7 +29,7 @@ jobs: timeout-minutes: 60 strategy: matrix: - node-version: [16.x, 17.x, 18.x, 20.x, 22.x] + node-version: [22.x] steps: