Go back to using explicit node verisons in CI (#51965)

Fixes https://github.com/microsoft/TypeScript/issues/51943
This commit is contained in:
Jake Bailey
2022-12-19 15:20:06 -08:00
committed by GitHub
parent 70ee780785
commit ef70a289b8
2 changed files with 10 additions and 5 deletions

View File

@@ -16,11 +16,11 @@ jobs:
strategy:
matrix:
# Test the latest version of Node.js plus the last two LTS versions.
node-version:
- "*"
- lts/*
- lts/-1
- "19"
- "18"
- "16"
- "14"
bundle:
- "true"
include: