diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 0eeee1c..9687bc3 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -9,12 +9,12 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x] + node-version: [16.x] os: [ubuntu-latest, windows-latest, macOS-latest] include: - node-version: 12.x os: ubuntu-latest - - node-version: 16.x + - node-version: 14.x os: ubuntu-latest runs-on: ${{ matrix.os }}