diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 572c0b89..478c8591 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [12, 14] + node: [16, 18, 20] steps: - uses: actions/checkout@v2 - name: Setup node