From 23b6f6e469912ecf2eb988a07d52fa52b5aecbfb Mon Sep 17 00:00:00 2001 From: Orta Date: Thu, 9 Apr 2020 19:15:25 -0400 Subject: [PATCH] Remove node 8 from the github actions (#37870) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 927e62c4f3d..fba73719def 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