From a81bff8ad8073015634912654851e1e64f70ebd7 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 7 Jun 2024 20:25:17 -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 b675430..e4bb98e 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: ["16", "18", "20"] + node: ["16", "18", "20", "22"] name: Node.js ${{ matrix.node }} on ${{ matrix.os }} steps: - uses: actions/checkout@v3