From 673b218bac908f2be3452584e2f92fb7d0a0803b Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:08:11 -0400 Subject: [PATCH] ci: start testing against 22 --- .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 }}