Skip to content

Commit

Permalink
Merge branch 'main' of github.com:scaffold-eth/se-2 into tinker-shadcn
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Oct 3, 2024
2 parents fbf9613 + 09b846b commit 5051dbf
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 5051dbf

Please sign in to comment.