From fc83d9bf50b761ed068917e5b3f409ac34b90c6a Mon Sep 17 00:00:00 2001 From: jiho-kr Date: Fri, 15 Dec 2023 09:49:46 +0900 Subject: [PATCH] exclude node 16.x --- .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 73653fb..42bfc66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}