Skip to content

Commit

Permalink
chore: add nvmrc (#1740)
Browse files Browse the repository at this point in the history
Adds a `.node-version` file, which is a widely supported format for specifying a development node version. Also added a `.nvmrc` symlink to `.node-version` since `nvm` for some reason rejects the .node-version file.


*By submitting this pull request, I confirm that my contribution is made under the terms of the [Monada Contribution License](https://docs.winglang.io/terms-and-policies/contribution-license.html)*.
  • Loading branch information
MarkMcCulloh authored Mar 7, 2023
1 parent 4d52345 commit fdcdaa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.12.1
1 change: 1 addition & 0 deletions .nvmrc

0 comments on commit fdcdaa4

Please sign in to comment.