Skip to content

Commit

Permalink
chore: add nvmrc and set engine version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zeruk committed Mar 7, 2023
1 parent 331074b commit affbbc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v19.3.0
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@
},
"peerDependencies": {
"@yandex-cloud/nodejs-sdk": "^2.4.1"
},
"engines": {
"node": ">= 12.0.0"
}
}

0 comments on commit affbbc2

Please sign in to comment.