From 06839aaa8f44e64605f867e09300a2cd4c715ef3 Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 24 Apr 2024 12:32:06 -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 786f5904..688b9aa8 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