Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Bump node-support version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter committed Jan 27, 2021
1 parent d7d5453 commit ab607bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions node-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ entity.start();
```


For more information see https://cloudstate.io/docs/core/current/user/lang/javascript/index.html.
For more information see https://cloudstate.io/docs/javascript/.

# Node.js version support
In this repo, we set default node.js version to 12 in package.json. Based on [Node.js website](https://nodejs.org/en/), version 12 is recommended for most user currently.
In this repo, we set default node.js version to 12 in package.json. Based on [Node.js website](https://nodejs.org/en/), version 12 is recommended for most user currently.
If the node.js version does not match, `npm install` raises error. If you want to use a different version, please modify "engines.node" field in package.json file.
We recommend you use [nvm](https://github.com/nvm-sh/nvm) to control node version. You can run `nvm install` and `nvm use` to pick up the right node.js version from `.nvmrc` file.
We recommend you use [nvm](https://github.com/nvm-sh/nvm) to control node version. You can run `nvm install` and `nvm use` to pick up the right node.js version from `.nvmrc` file.
2 changes: 1 addition & 1 deletion node-support/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudstate",
"version": "0.0.3",
"version": "0.0.4",
"description": "Support for implementing CloudState functions",
"keywords": [
"serverless",
Expand Down

0 comments on commit ab607bf

Please sign in to comment.