mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Go back to using explicit node verisons in CI (#51965)
Fixes https://github.com/microsoft/TypeScript/issues/51943
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user