pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.36k stars 877 forks source link

Fix failing Azure tests #1543

Closed cnunciato closed 9 months ago

cnunciato commented 9 months ago

A few tests are currently failing because of an outdated Node.js version:

  error @azure/core-rest-pipeline@1.13.0: The engine "node" is incompatible with this module. Expected version ">=18.0.0". Got "16.20.2"

We should fix this by upgrading our Actions to use Node 18.