aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-05-13 03:55:16 +0800
committerGitHub <noreply@github.com>2017-05-13 03:55:16 +0800
commit117cf9c331468390867323000a233b510c47fee1 (patch)
tree17624f4475c561345a08750543684987f5434f95 /circle.yml
parent154eac4a3aed91bf63146601d0850e2ac2d4cfc5 (diff)
parentdde3beb0446a64ab9348c75386c2e7ab0641d828 (diff)
downloadtangerine-wallet-browser-117cf9c331468390867323000a233b510c47fee1.tar
tangerine-wallet-browser-117cf9c331468390867323000a233b510c47fee1.tar.gz
tangerine-wallet-browser-117cf9c331468390867323000a233b510c47fee1.tar.bz2
tangerine-wallet-browser-117cf9c331468390867323000a233b510c47fee1.tar.lz
tangerine-wallet-browser-117cf9c331468390867323000a233b510c47fee1.tar.xz
tangerine-wallet-browser-117cf9c331468390867323000a233b510c47fee1.tar.zst
tangerine-wallet-browser-117cf9c331468390867323000a233b510c47fee1.zip
Merge pull request #1417 from MetaMask/fixMigrator2
Fix and simplify migrator with es7
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index c9ea787ff..4305ca3b4 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1,6 +1,6 @@
machine:
node:
- version: 6.0.0
+ version: 7.6.0
dependencies:
pre:
- "npm i -g testem"