Skip to content

Commit be1ee55

Browse files
authoredMay 21, 2021
Update README.md (pulumi#7088)
1 parent 15004e8 commit be1ee55

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ details of the core Pulumi CLI and [programming model concepts](https://www.pulu
178178

179179
| | Language | Status | Runtime |
180180
| -- | -------- | ------ | ------- |
181-
| <img src="https://www.pulumi.com/logos/tech/logo-js.png" height=38 /> | [JavaScript](./sdk/nodejs) | Stable | Node.js 10+ |
182-
| <img src="https://www.pulumi.com/logos/tech/logo-ts.png" height=38 /> | [TypeScript](./sdk/nodejs) | Stable | Node.js 10+ |
181+
| <img src="https://www.pulumi.com/logos/tech/logo-js.png" height=38 /> | [JavaScript](./sdk/nodejs) | Stable | Node.js 12+ |
182+
| <img src="https://www.pulumi.com/logos/tech/logo-ts.png" height=38 /> | [TypeScript](./sdk/nodejs) | Stable | Node.js 12+ |
183183
| <img src="https://www.pulumi.com/logos/tech/logo-python.png" height=38 /> | [Python](./sdk/python) | Stable | Python 3.6+ |
184-
| <img src="https://www.pulumi.com/logos/tech/logo-golang.png" height=38 /> | [Go](./sdk/go) | Stable | Go 1.13.x |
185-
| <img src="https://www.pulumi.com/logos/tech/dotnet.png" height=38 /> | [.NET (C#/F#/VB.NET)](./sdk/dotnet) | Stable | .NET Core 3.1 |
184+
| <img src="https://www.pulumi.com/logos/tech/logo-golang.png" height=38 /> | [Go](./sdk/go) | Stable | Go 1.14+ |
185+
| <img src="https://www.pulumi.com/logos/tech/dotnet.png" height=38 /> | [.NET (C#/F#/VB.NET)](./sdk/dotnet) | Stable | .NET Core 3.1+ |
186186

187187
### Clouds
188188

‎sdk/nodejs/README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,14 @@ For anybody who wants to build from source, here is how you do it.
2525

2626
### Prerequisites
2727

28-
This SDK uses Node.js and we support the Active LTS and Current releases, as defined by
29-
[this table](https://github.com/nodejs/Release#release-schedule). We support both [NPM](https://npmjs.org) and
30-
[Yarn](https://yarnpkg.com/lang/en/docs/install/) for package management.
28+
This SDK uses Node.js and we support any of the
29+
[Current, Active and Maintenance LTS versions](https://nodejs.org/en/about/releases/). We support both
30+
[NPM](https://npmjs.org) and [Yarn](https://yarnpkg.com/lang/en/docs/install/) for package management.
3131

3232
At the moment, we only support building on macOS and Linux, where standard GNU tools like `make` are available.
3333

3434
### Make Targets
3535

36-
The first time you build, run `make ensure` to install and prepare native plugins for V8:
37-
38-
$ make ensure
39-
40-
This is only necessary if you intend to produce a build that is capable of running older versions of the SDK
41-
contained in this directory. If you do intend to do this, you must have node `6.10.2` installed.
42-
4336
To build the SDK, simply run `make` from the root directory (where this `README` lives, at `sdk/nodejs/` from the repo's
4437
root). This will build the code, run tests, and install the package and its supporting artifacts.
4538

0 commit comments

Comments
 (0)