From abddc8cd53289f0e50e06e1e58cdc165f94a8b23 Mon Sep 17 00:00:00 2001 From: Mark Stuart Date: Tue, 18 Aug 2026 13:01:05 -0700 Subject: [PATCH] ci: drop EOL Node 20 from test matrix Node 20 reached end-of-life in April 2026. Dev dependencies (ava 8, commander 15, and others) now require Node >= 22, so the Node 20 matrix leg fails on every dependency update PR. Runtime engines are unchanged. --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3064f8..8222449 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,6 @@ jobs: node-version: - 24 - 22 - - 20 steps: - uses: actions/checkout@v7 - uses: actions/setup-node@v7