From 3681b6a9376f6bb34332050a3725f48df9838a0e Mon Sep 17 00:00:00 2001 From: Masato Makino Date: Sun, 10 Dec 2023 14:39:55 +0900 Subject: [PATCH] remove : support node.js v16 --- .github/workflows/ci_main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_main.yml b/.github/workflows/ci_main.yml index a17e30d9..c0911905 100644 --- a/.github/workflows/ci_main.yml +++ b/.github/workflows/ci_main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}