pulumi/pkg/npm
Justin Van Patten d43a0dd3f8
Update NPM test to install @pulumi/pulumi 2.0 (#4596)
Future proof this test by depending on `@pulumi/pulumi` 2.0. `@pulumi/pulumi` 1.x depends on the native `grpc` package. In the future, when we run on future versions of Node.js, prebuilt native binaries of `grpc` might not be available which could result in this test failing.

In `@pulumi/pulumi` 2.0, we have moved to using `@grpc/grpc-js`, a pure JavaScript implementation, which doesn’t have this problem.
2020-05-08 11:15:43 -07:00
..
npm.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
npm_test.go Update NPM test to install @pulumi/pulumi 2.0 (#4596) 2020-05-08 11:15:43 -07:00