From 9182d122bda7ef4f31e32720300599559f508fbc Mon Sep 17 00:00:00 2001 From: Cayman Date: Tue, 4 Jun 2024 16:29:03 -0400 Subject: [PATCH] chore: add node 22 support --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2475161..893e9f78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, macos-12, macos-14, windows-latest] - node: [16, 17, 18, 20] + node: [16, 17, 18, 20, 22] defaults: run: shell: bash @@ -120,7 +120,7 @@ jobs: strategy: fail-fast: false matrix: - node: [14, 16, 18, 20] + node: [14, 16, 18, 20, 22] defaults: run: shell: bash