Skip to content

Commit 9e33187

Browse files
authored
Update to Nodejs22 (#832)
* Update README.md * Update app.yaml Nodejs18 has reached EOL. Updating to 22
1 parent c8430a7 commit 9e33187

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Welcome to the Google Dev Library
22

3+
34
[![Get started with Google Dev Library](https://img.youtube.com/vi/XrIuuJ6YFzY/0.jpg)](https://youtu.be/XrIuuJ6YFzY)
45

56
[Google Dev Library](https://devlibrary.withgoogle.com) is content library of open source projects and technical blogs featuring Google technologies authored and contributed by developers from around the world. Find the inspiration you need for your next project with #googledevlibrary!

app/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: nodejs18
15+
runtime: nodejs22
1616
handlers:
1717
# Serve all static files with url ending with a file extension
1818
- url: /(.*\..+)$

0 commit comments

Comments
 (0)