From 6bb3f87ba078092201ffa3bd0926cb98d4f013ad Mon Sep 17 00:00:00 2001 From: YanceyOfficial Date: Sun, 10 Dec 2023 04:24:47 +0800 Subject: [PATCH] docs: leetcode-trip needs more than nodejs v18 to start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bb74815..64be7689 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/YanceyOfficial/leetcode-trip/pulls) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) ![Code Style](https://camo.githubusercontent.com/c83b8df34339bd302b7fd3fbb631f99ba25f87f8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64655f7374796c652d70726574746965722d6666363962342e737667) -[![Node](https://img.shields.io/badge/node-%3E%3Dv16.16.0-success.svg)](https://nodejs.org/en/) +[![Node](https://img.shields.io/badge/node-%3E%3Dv18.19.0-success.svg)](https://nodejs.org/en/) [![Rust](https://img.shields.io/badge/rust-%3E%3Dv1.25.1-red.svg)](https://www.rust-lang.org/tools/install) [![DependaBot](https://camo.githubusercontent.com/1fe7004c016a5ab641008b9579409c784eaa1725/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446570656e6461626f742d656e61626c65642d626c75652e737667)](https://dependabot.com/) [![codecov](https://codecov.io/gh/YanceyOfficial/leetcode-trip/branch/master/graph/badge.svg)](https://codecov.io/gh/YanceyOfficial/leetcode-trip)