diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bbbef63f..ceafc593 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['16.x', '18.x'] + node: ['18.x', '20.x'] os: [ubuntu-latest, macOS-latest] steps: