diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 948b033..47d54b3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16] + node-version: [12, 14, 16] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }}