From 112c0cb3623024e137e0e29766ae8ba6fe493925 Mon Sep 17 00:00:00 2001 From: Marielle Volz Date: Mon, 26 Aug 2024 14:13:34 +0100 Subject: [PATCH 1/2] Add testing against node 20 Add testing against node 20 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a08879..63e02c8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 12, 14, 16, 18 ] + node: [ 12, 14, 16, 18, 20 ] name: Node ${{ matrix.node }} sample steps: - uses: actions/checkout@v3 From 3290e498350ef4b78604ecce8e1a32b9b2af3536 Mon Sep 17 00:00:00 2001 From: Marielle Volz Date: Mon, 26 Aug 2024 15:53:47 +0100 Subject: [PATCH 2/2] Add testing against node 22 Co-authored-by: Jordan Harband --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63e02c8..79a29b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 12, 14, 16, 18, 20 ] + node: [ 12, 14, 16, 18, 20, 22 ] name: Node ${{ matrix.node }} sample steps: - uses: actions/checkout@v3