You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2020/10/01 23:38:25 UTC

[whimsy] branch master updated: upgrade to node 12

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new cb0526e  upgrade to node 12
cb0526e is described below

commit cb0526ef88c519fe9003da9d8a2cdd9e9748d4c9
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Oct 1 19:34:54 2020 -0400

    upgrade to node 12
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 75242cd..b83ea40 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ addons:
 
 # install recent Node.js
 before_install:
-  - nvm install 7
+  - nvm install 12
 
 # configure ASF LDAP
 sudo: required