diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a27058b..190ca18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16, 18, 20] + node-version: [18, 20] name: Build & Test (Node v${{ matrix.node-version }}) runs-on: ubuntu-latest timeout-minutes: 15