From 0f8c59bdecb002c3f7b484aaa23bd2c7d4e314c2 Mon Sep 17 00:00:00 2001 From: Brian White Date: Thu, 13 Jun 2024 02:52:03 -0400 Subject: [PATCH] ci: add node v22.x --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50bb6ac7..439f24b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.16.0, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x] + node-version: [10.16.0, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 with: @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 with: @@ -81,7 +81,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 with: