From 7d8b1d28b6c47a1e1402b32689dc3611b38005ac Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 25 Apr 2024 14:25:42 +0100 Subject: [PATCH] add comments to node versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de2b1a2..334225a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ jobs: strategy: matrix: node_version: - - 18 - - 20 - - 22 + - 18 # remove May 2025 + - 20 # remove May 2026 + - 22 # remove May 2027 - x.x.x # safety net; don't remove steps: - uses: actions/checkout@v3