From 7caa9427191f1796bd944c8b39ac6d269649615a Mon Sep 17 00:00:00 2001 From: Vishal Das <35860774+kindavishal@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:21:04 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fecdce9d7..304e14a07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ## Welcome to the Google Dev Library + [![Get started with Google Dev Library](https://img.youtube.com/vi/XrIuuJ6YFzY/0.jpg)](https://youtu.be/XrIuuJ6YFzY) [Google Dev Library](https://devlibrary.withgoogle.com) is a curated platform for technical content written or built using any of the following Google technologies. Dev Library unifies all the Google technologies in one open platform giving developers around the world access to the open source projects curated by Google engineers based on check for relevancy, usefulness, freshness, and quality. From e378eeed9244d68a4681619f6af109e3fb6050e6 Mon Sep 17 00:00:00 2001 From: Vishal Das <35860774+kindavishal@users.noreply.github.com> Date: Wed, 30 Jul 2025 10:57:01 +0530 Subject: [PATCH 2/2] Update app.yaml Nodejs18 has reached EOL. Updating to 22 --- app/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.yaml b/app/app.yaml index 51c3b3f6b..e312aea5a 100644 --- a/app/app.yaml +++ b/app/app.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -runtime: nodejs18 +runtime: nodejs22 handlers: # Serve all static files with url ending with a file extension - url: /(.*\..+)$