Remove node 8 from the github actions (#37870)

This commit is contained in:
Orta
2020-04-09 19:15:25 -04:00
committed by GitHub
parent 95cc1c279e
commit 23b6f6e469

View File

@@ -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