diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 927e62c4f3d1c..fba73719def6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [10.x, 12.x] steps: - uses: actions/checkout@v1 @@ -35,6 +35,7 @@ jobs: npm install npm update npm test + - name: Validate the browser can import TypeScript run: gulp test-browser-integration \ No newline at end of file