From 1325703939533cd75cbf4655c1a5fdafcb58cb4e Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Fri, 29 Mar 2024 05:04:54 +0900 Subject: [PATCH] ci: remove Node.js 19 CI --- .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 cbf334f..6378cea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 19.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}