Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Remove warning for Node 19.x #2424

Merged
merged 1 commit into from
Jan 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions themes/default/content/docs/intro/languages/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ aliases: ["/docs/reference/javascript/"]

Pulumi supports writing your infrastructure as code in any JavaScript language running on Node.js using any of the [Current, Active and Maintenance LTS versions](https://nodejs.org/en/about/releases/).

{{% notes type="warning" %}}
While we expect _most_ uses of Pulumi to work on 19.2 and higher our function serialization doesn't currently handle those versions due to internal V8 changes.

See [the GitHub issue](https://github.com/pulumi/pulumi/issues/11488) for tracking this.

Due to this we're not currently testing on 19.2 and as such don't consider it fully supported.
{{% /notes %}}

Because programs are just JavaScript, you may elect to write them in any manner you'd normally write Node.js programs.
That includes TypeScript, CoffeeScript, or Babel, in addition to your favorite tools such as build systems, linters, or
test frameworks.
Expand Down