diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ade04e35..9a42f637f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: [12, 14] + node: [14, 16] os: - macos-latest - ubuntu-latest