pulumi / pulumi-docker-containers

Definitions for official Pulumi Docker images.
Apache License 2.0
19 stars 23 forks source link

Upgrade Node.js to Node 20, the new Active LTS version after 10/24/2023 #158

Open justinvp opened 1 year ago

justinvp commented 1 year ago

Node 20 is becoming the Active LTS version starting October 24th. We should upgrade our images to use that version on or soon after 10/24.

komalali commented 1 year ago

@justinvp bumping this as Node 20 is now LTS

justinvp commented 1 month ago

We now have separate images for 18, 20, and 22: https://hub.docker.com/u/pulumi?page=1&search=pulumi-nodejs. The default image (without suffix) pulumi/pulumi-nodejs still uses 18, but we will start updating this and other languages to track the latest stable version of each language in November.

If you're using the pulumi/pulumi image, you can specify the version of Node.js to use via a .node-version file.

For more details see https://www.pulumi.com/blog/docker-containers