1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 12:07:34 +00:00

addressed PR comments: drop node v8 from ci

This commit is contained in:
Bharat Middha
2020-01-04 11:15:45 -06:00
parent 4824e08b54
commit 7c3fed293a

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps: