From d0288c6d31f4ccc30fc22c00345770155b0011b7 Mon Sep 17 00:00:00 2001 From: Milan Holemans <11723921+milanholemans@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:32:22 +0200 Subject: [PATCH] Removes Node 16 workflow --- .github/workflows/check_pr.yml | 3 --- .github/workflows/release_next.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml index f33e2bbb901..01de31e8306 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -53,9 +53,6 @@ jobs: # node versions on which code was built and should be tested nodeBuild: [18] include: - - os: ubuntu-latest - nodeRun: 16 - nodeBuild: 18 - os: ubuntu-latest nodeRun: 20 nodeBuild: 18 diff --git a/.github/workflows/release_next.yml b/.github/workflows/release_next.yml index db3cb901962..a11e9d5c51a 100644 --- a/.github/workflows/release_next.yml +++ b/.github/workflows/release_next.yml @@ -55,9 +55,6 @@ jobs: # node versions on which code was built and should be tested nodeBuild: [18] include: - - os: ubuntu-latest - nodeRun: 16 - nodeBuild: 18 - os: ubuntu-latest nodeRun: 20 nodeBuild: 18