-
-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update TS + cdn url #1445
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
E2E report: https://166b0170.typehero-70p.pages.dev |
06a695f
to
7e321f7
Compare
@@ -4,10 +4,10 @@ import path from 'node:path'; | |||
import fetch from 'node-fetch'; | |||
|
|||
/** @link https://typescript.azureedge.net/indexes/releases.json */ | |||
const TYPESCRIPT_VERSION = '5.3.3'; | |||
const TYPESCRIPT_VERSION = '5.4.5'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i see the vercel build failed, could we only do one change at a time?
const TYPESCRIPT_VERSION = '5.4.5'; | |
const TYPESCRIPT_VERSION = '5.3.3'; |
would require you to rerun the script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ugh fine ill just make this a url change
Description
Related Issue
Closes #1443
Motivation and Context
How Has This Been Tested?
Screenshots/Video (if applicable):