From 741e67f6ef5fb30244bc3c8133a5a5a790995fb3 Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:07:07 +0100 Subject: [PATCH] test(ci): remove 20.x --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3830efb..9776d5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: node: - version: 23.x - version: 22.x - - version: 20.x + # glob support is not backported below 22.x os: - macos-latest - ubuntu-latest