From 7d97d9c7346959a837ca7fce97ade65390651b87 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Fri, 24 May 2024 22:19:25 -0700 Subject: [PATCH] remove v21.x because it is in maintenance and will soon be discontinued --- .github/workflows/ci-win.yml | 1 - .github/workflows/ci.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 12d09c59d..e90e83330 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -17,7 +17,6 @@ jobs: node-version: - 18.x - 20.x - - 21.x architecture: [x64, x86] os: - windows-2019 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e4327471..a05c26c3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ jobs: node-version: - 18.x - 20.x - - 21.x - 22.x os: - macos-latest