2f6745019a
* ci(node): Move CI to Node 16 and add Node 18 to the matrix * fix(netlify): Fix set-cookie not working on Node 18 * fix(netlify): Handle if `set-cookie` is already somehow an array (apparently it can?) * test(node): Fix `toPromise` to match Astro's * fix(tests): Use the actual underlying ArrayBuffer instance to create the buffer in toPromise * chore: changeset
5 lines
100 B
Markdown
5 lines
100 B
Markdown
---
|
|
'@astrojs/netlify': patch
|
|
---
|
|
|
|
Fix set-cookies not working in certain cases when using Node 18+
|