diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56ae46d..a711d0b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12, lts/*, current] + node-version: [12, 14, 16, lts/*, current] name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}