diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d06b8a696..409ed56bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: test: strategy: matrix: - node: ['10', '12'] + node: ['10', '12', '14', '16'] name: Tests (Node.js v${{ matrix.node }}) runs-on: ubuntu-latest