From 702348bd2950c3444171dabd26d04c85a8a1a76a Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 24 Apr 2024 12:24:57 -0700 Subject: [PATCH] Add newly-released Node 22 to test matrix. --- .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 793de47c9..cbda46809 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [ 18, 20 ] + node-version: [ 18, 20, 22 ] steps: - uses: actions/checkout@v4