last night one of our edge functions failed because it could not find the XHR module on deno.land. This morning another edge function failed because it couldn't find the supabase module on esm.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Deploy edge functions through Github actions
Expected behavior
Successful deployment.
Screenshots
System information
OS: [e.g. macOS, Windows]
Operating System: Windows_NT
Node Version: v19.8.1
Nuxt Version: 3.5.3
Nitro Version: 2.4.1
Package Manager: npm@9.7.1
Builder: vite
User Config: typescript, colorMode, app, plugins, modules, googleFonts, routeRules, runtimeConfig, nitro, devtools, image, vite
Bug report
Describe the bug
last night one of our edge functions failed because it could not find the XHR module on deno.land. This morning another edge function failed because it couldn't find the supabase module on esm.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository: Deploy edge functions through Github actions
Expected behavior
Successful deployment.
Screenshots
System information