Skip to content

Commit

Permalink
docs: update minimum required node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Feb 6, 2024
1 parent f649513 commit 35ee480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<p align="center">
<a href="https://www.typescriptlang.org/"><img height="20" src="https://img.shields.io/badge/built_with-TypeScript-007acc.svg?logo=typescript" alt="Built with TypeScript"></a>
<a href="https://nodejs.org/en/"><img height="20" src="https://img.shields.io/badge/Node.js-14-026e00.svg?logo=Node.js" alt="Node.js"></a>
<a href="https://nodejs.org/en/"><img height="20" src="https://img.shields.io/badge/Node.js-18-026e00.svg?logo=Node.js" alt="Node.js"></a>
<a href="https://yarnpkg.com/"><img height="20" src="https://img.shields.io/badge/Yarn-1-25799f.svg?logo=Yarn" alt="Yarn"></a>
<a href="https://eslint.org/"><img height="20" src="https://img.shields.io/badge/code_style-ESLint-5b5be0.svg?logo=eslint" alt="Code Style"></a>
<a href="https://conventionalcommits.org"><img height="20" src="https://img.shields.io/badge/conventional_commits-1.0.0-yellow.svg" alt="Conventional Commits"></a>
Expand All @@ -28,7 +28,7 @@ Demo is available at [https://pinkylam.me/playground/random-name-picker](https:/
## Development

### Prerequisite
* Node 14 above or nvm installed
* Node 18 above or nvm installed
* Yarn or NPM installed

### Install dependencies
Expand Down

0 comments on commit 35ee480

Please sign in to comment.