From aa3981190f6b1babf54a9b9f94263f60a53bf6d2 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