From b30b8a48b9bef29dfa6dd002e42c8ed1408df016 Mon Sep 17 00:00:00 2001 From: Will Myers Date: Wed, 12 Jun 2024 22:50:56 -0600 Subject: [PATCH] Add node v22; remove non-LTS (#12) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 901a624..94069e2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: "ubuntu-latest" strategy: matrix: - node-version: ["14.x", "16.x", "18.x", "19.x", "20.x", "21.x"] + node-version: ["14.x", "16.x", "18.x", "20.x", "22.x"] steps: - uses: "actions/checkout@v3" - name: "Use node v${{ matrix.node-version }}"