Skip to content

Commit

Permalink
misc: add node-version file (vercel#55938)
Browse files Browse the repository at this point in the history
Adding a node-version file to be used by fnm/nvm.

Currently, the version chosen is the one specified in package.json aka node 16. We're soon deprecating 16 so let's use 18 in development.
  • Loading branch information
feedthejim authored Sep 27, 2023
1 parent 633719e commit 8372bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.16.0

0 comments on commit 8372bd1

Please sign in to comment.