Skip to content

Commit

Permalink
Add node versioning to package.json (#165)
Browse files Browse the repository at this point in the history
* Updated package.json with node versions & added nvmrc

* Small edit to update git email

* Small edit to update git email

---------

Co-authored-by: Wes Appler <wes@lamemakes>
  • Loading branch information
lamemakes and Wes Appler authored Feb 22, 2024
1 parent fc4fe9e commit 1260ba0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.10.0
4 changes: 4 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@
"lz-string": "^1.5.0",
"tailwind-merge": "^2.1.0",
"ts-pattern": "^5.0.6"
},
"engines": {
"node": "20.10.x",
"npm": "10.2.x"
}
}

0 comments on commit 1260ba0

Please sign in to comment.