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

Commit ab607bf

Browse files
committed
Bump node-support version to 0.0.4
1 parent d7d5453 commit ab607bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

node-support/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ entity.start();
9898
```
9999

100100

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

103103
# Node.js version support
104-
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.
104+
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.
105105
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.
106-
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.
106+
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.

node-support/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-support/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudstate",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Support for implementing CloudState functions",
55
"keywords": [
66
"serverless",

0 commit comments

Comments
 (0)