diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 90b9949..fcb7727 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: [14] + node-version: [12, 14, 16] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}