mirror of https://github.com/grpc/grpc-node.git
Let's double down on installing node 10...
This commit is contained in:
parent
582c171da4
commit
c94718c007
|
@ -13,6 +13,11 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
nvm install 10
|
||||
nvm use 10
|
||||
npm install -g npm
|
||||
npm install -g node-gyp
|
||||
|
||||
set -ex
|
||||
|
||||
arch_list=( ia32 x64 )
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
nvm install 10
|
||||
nvm use 10
|
||||
npm install -g npm
|
||||
npm install -g node-gyp
|
||||
|
||||
set -ex
|
||||
|
||||
# https://github.com/mapbox/node-pre-gyp/issues/362
|
||||
|
|
Loading…
Reference in New Issue