diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f695c26..2df8959 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [10, 12, 14] + node-version: ['20.x', '22.x', '23.x'] steps: - uses: actions/checkout@v3