Skip to content

Commit

Permalink
Merge pull request #169 from yandex-cloud/bump-alpha-ver
Browse files Browse the repository at this point in the history
Nodejs 18+ requirement
  • Loading branch information
DavyJohnes authored Oct 14, 2024
2 parents df1a751 + 7d2119a commit 695f34e
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 @@ -6,7 +6,7 @@
Need to automate your infrastructure or use services provided by Yandex.Cloud? We've got you covered.

## Requirements
- nodejs >= 12
- nodejs >= 18

## Installation
`npm install @yandex-cloud/nodejs-sdk`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">=12.0.0"
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 695f34e

Please sign in to comment.