Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Runtimes #310

Open
9001-Sols opened this issue Jan 25, 2024 · 0 comments
Open

Missing Runtimes #310

9001-Sols opened this issue Jan 25, 2024 · 0 comments

Comments

@9001-Sols
Copy link

Hi! 馃憢

Firstly, thanks for your work on this project! 馃檪

Today I used patch-package to patch [email protected] for the project I'm working on.

There are missing provider runtimes.

Here is the diff that solved my problem:

diff --git a/node_modules/serverless-google-cloudfunctions/provider/googleProvider.js b/node_modules/serverless-google-cloudfunctions/provider/googleProvider.js
index 00bbd85..ae684d2 100644
--- a/node_modules/serverless-google-cloudfunctions/provider/googleProvider.js
+++ b/node_modules/serverless-google-cloudfunctions/provider/googleProvider.js
@@ -62,6 +62,8 @@ class GoogleProvider {
             'nodejs12',
             'nodejs14',
             'nodejs16', // recommended
+            'nodejs18',
+            'nodejs20',
             'python37',
             'python38',
             'python39',

This issue body was partially generated by patch-package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant