buildkite / templates

Buildkite pipeline templates
https://buildkite.com/pipelines/templates
MIT License
2 stars 1 forks source link

Convert scripts to Node.js #101

Closed dannymidnight closed 4 months ago

dannymidnight commented 4 months ago

Bye bye Deno 👋 . It was a nice experiment.

Unfortunately Deno doesn't play nicely with the DatoCMS API client for uploading images. The issue is due to an underlying dependency on got which is missing full support in Deno https://github.com/sindresorhus/got/issues/1239#issuecomment-674581077.

Since Deno wasn't being used heavily I've opted to switch back to regular ol' Node.js using tsx for executing TypeScript.