diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 254a137..82c01f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - node: [16.x, 18.x, 20.x] + node: [18.x, 20.x, 21.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3