From 2d5d21a7160118184f86a1591a32ec5954f6fdee Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Mon, 21 Oct 2024 17:37:15 -0500 Subject: [PATCH] Adds Node 22 to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3d019f..6f2118d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] - node: ["18", "20"] + node: ["18", "20", "22"] name: Node.js ${{ matrix.node }} on ${{ matrix.os }} steps: - uses: actions/checkout@v3