From 394b255556b07992be2130afe8c04795570d1653 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 30 Jun 2024 01:07:16 +0900 Subject: [PATCH] Remove node 16 from CI It's already EOL --- .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 a463dce..7c560b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}