mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Remove node 8 from the github actions (#37870)
This commit is contained in:
parent
95cc1c279e
commit
23b6f6e469
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user