From 1c160d236113ea925a27980a2f81230f8cd8c41d Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 24 Apr 2024 12:33:30 -0700 Subject: [PATCH] Add newly-released Node 22 to test matrix. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 786f59040..688b9aa85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: node: - 18 - 20 + - 22 os: - ubuntu-latest - macos-latest