microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.25k stars 126 forks source link

Add a test for vite #172

Closed rbuckton closed 2 years ago

rbuckton commented 2 years ago

This adds a test for vite.

Related to #143

rbuckton commented 2 years ago

This also drops node@10 from the test matrix since its out of LTS support, and adds node@16 to the test matrix in its place.

DanielRosenwasser commented 2 years ago

What triggers this running in CI?

rbuckton commented 2 years ago

.github/workflows/CI.yml I would assume