diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56d6dde..429aaef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: name: Build strategy: matrix: - node-version: [8, 9, 10, 11, 12] + node-version: [8, 9, 10, 11, 12, 13, 14] runs-on: ubuntu-latest container: node:${{ matrix.node-version }} steps: