From 462e351072e5105acaedf9aeb4f7da1b2c2f0cda Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:45:54 -0400 Subject: [PATCH] ci: start testing against 22 (#447) Adds Node 22 to the node_versions matrix --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd3b8a39..921d8337 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,7 @@ jobs: node_version: - 18 - 20 + - 22 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Test with Node.js ${{ matrix.node_version }}