From 0545053530a9044bbc65cf20e5cb20653a30aad0 Mon Sep 17 00:00:00 2001 From: Erik Tierney Date: Fri, 3 Aug 2018 11:22:02 -0400 Subject: [PATCH] Pin truffle to 4.1.13 --- buildspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yaml b/buildspec.yaml index 1f35b79c9..f09f76688 100644 --- a/buildspec.yaml +++ b/buildspec.yaml @@ -4,7 +4,7 @@ phases: install: commands: - npm install -g yarn@^1.9.2 - - npm install -g truffle@^4.1.8 + - npm install -g truffle@4.1.13 - yarn install --frozen-lockfile #- npm install build: