From 01b4ad920c109f368d63b4dc9a8b45718f77e57f Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Sat, 8 Mar 2025 12:06:00 +0000 Subject: [PATCH] chore: add node 22.x to CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 618ec2d4..77b9ee76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: node-version: - 18.x - 20.x + - 22.x steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}