From aef7a6e38cab5e7bcb6c558c8dfcafc405749f87 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 6 Jan 2025 11:24:04 +0900 Subject: [PATCH] CI: Remove Node.js version 20 from the testing matrix --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5776d9..7059d76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ jobs: strategy: matrix: node-version: - - 20 - 22 runs-on: ubuntu-latest timeout-minutes: 15