From 28d96e99af719107d3ee4211d987a6f0e8dd9800 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Tue, 5 Dec 2023 08:28:31 +0100 Subject: [PATCH] chore: add missing macos-linux v20 matrix --- .github/workflows/build-linux.yml | 2 +- .github/workflows/build-macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 7a567627..c7061c8a 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -50,7 +50,7 @@ jobs: strategy: fail-fast: false matrix: - target-node: [14, 16, 18, 19] + target-node: [14, 16, 18, 19, 20] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 50c4fc21..47881244 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -46,7 +46,7 @@ jobs: strategy: fail-fast: false matrix: - target-node: [14, 16, 18, 19] + target-node: [14, 16, 18, 19, 20] steps: - uses: actions/checkout@v4