Skip to content

Commit 23b6f6e

Browse files
author
Orta
authored
Remove node 8 from the github actions (microsoft#37870)
1 parent 95cc1c2 commit 23b6f6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [8.x, 10.x, 12.x]
19+
node-version: [10.x, 12.x]
2020

2121
steps:
2222
- uses: actions/checkout@v1
@@ -35,6 +35,7 @@ jobs:
3535
npm install
3636
npm update
3737
npm test
38+
3839
- name: Validate the browser can import TypeScript
3940
run: gulp test-browser-integration
4041

0 commit comments

Comments
 (0)