diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5c4b67..c3ccbba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['12.x', '14.x', '16.x'] + node: ['18.x', '19.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: