diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8502b9..ecf8b42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [12, 14] + node: [14, 16] steps: - name: checkout