From 5f24384fd5ea8e89f952755e938c878f4f19d179 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Tue, 21 May 2024 23:17:27 +0100 Subject: [PATCH] chore(action): no more node 22.1.0 tests --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28f347541..211da3d1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: node-version: - 20.11.0 - 20.13.1 - - 22.1.0 - 22.2.0 steps: - uses: actions/checkout@v4.1.6