From 404a880e8e3aefc3abf8a58cd0d85059a22123fa Mon Sep 17 00:00:00 2001 From: "Shelly (6utt3rfly)" <17912877+6utt3rfly@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:29:38 -0700 Subject: [PATCH] build: remove node 16, add node 18 to test builds --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f09a9b8..64666f9 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4