From f4fa58dc8d36bb988b3a5ad82393403ca769c6d7 Mon Sep 17 00:00:00 2001 From: Michal Wojcik <32574975+mgwoj@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:38:12 +0200 Subject: [PATCH 1/2] DXE-3701 Build with node 18 and 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 ef2677c..7109ef4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [12, 14, 16] + node: [12, 14, 16, 18, 20] name: Test Node ${{ matrix.node }} steps: - uses: actions/checkout@v2 From 238470be9f0df227e870ad1903ab569562056462 Mon Sep 17 00:00:00 2001 From: Michal Wojcik <32574975+mgwoj@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:46:50 +0200 Subject: [PATCH 2/2] Update test.yml --- .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 7109ef4..5b55f4a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [12, 14, 16, 18, 20] + node: [12, 14, 16, 18, 20, 21] name: Test Node ${{ matrix.node }} steps: - uses: actions/checkout@v2