From 9afe69857ad8157a5922483e3f6241741b7a003f Mon Sep 17 00:00:00 2001 From: sirknightj Date: Thu, 11 Jul 2024 08:08:23 -0700 Subject: [PATCH 1/2] Add node 21, 22, 23 to ci --- .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 319c1b9..12314c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 16, 18, 19, 20 ] + node: [ 16, 18, 19, 20, 21, 22, 23 ] steps: - name: Checkout repository uses: actions/checkout@master From 07ef6a0faa5ce28bf87892dd831ec5907b661ed6 Mon Sep 17 00:00:00 2001 From: sirknightj Date: Thu, 11 Jul 2024 08:09:43 -0700 Subject: [PATCH 2/2] Remove node 23 --- .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 12314c1..4edc120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 16, 18, 19, 20, 21, 22, 23 ] + node: [ 16, 18, 19, 20, 21, 22 ] steps: - name: Checkout repository uses: actions/checkout@master