diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe754446..da8e5f58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] # see https://nodejs.org/en/about/releases/ + node-version: [18.x, 20.x] # see https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}