mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
8 lines
223 B
Markdown
8 lines
223 B
Markdown
|
---
|
||
|
'@astrojs/vercel': patch
|
||
|
---
|
||
|
|
||
|
Prevent race condition with Node 18
|
||
|
|
||
|
Using Node 18 there can be a race condition where polyfill for the `crypto` global is not applied in time. This change ensures the polyfills run first.
|