diff --git a/.github/workflows/node-js-ci.yml b/.github/workflows/node-js-ci.yml index 5d2a863..033ee1f 100644 --- a/.github/workflows/node-js-ci.yml +++ b/.github/workflows/node-js-ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: ['12', '14'] + node: ['14', '16'] name: Node ${{ matrix.node-version }} on ${{ matrix.os }} steps: