Skip to content

Commit

Permalink
chore: up required node to 18.18 (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st authored Oct 1, 2024
1 parent cb6aacc commit 09b846b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

Before you begin, you need to install the following tools:

- [Node (>= v18.17)](https://nodejs.org/en/download/)
- [Node (>= v18.18)](https://nodejs.org/en/download/)
- Yarn ([v1](https://classic.yarnpkg.com/en/docs/install/) or [v2+](https://yarnpkg.com/getting-started/install))
- [Git](https://git-scm.com/downloads)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"lint-staged": "^13.0.3"
},
"engines": {
"node": ">=18.17.0"
"node": ">=18.18.0"
}
}

0 comments on commit 09b846b

Please sign in to comment.