From f20bd150a27a48a41cc7bd65999f6f3cc23bf43f Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Mon, 6 May 2024 12:46:55 -0400 Subject: [PATCH] chore: Added Node 22 to CI to see what breaks --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 18e5d4a..ba893e8 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16, 18, 20, 22] steps: - uses: actions/checkout@v3