From a2accbec72fd32233ebf8cde4080e6fe859a445f Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Tue, 29 Dec 2020 17:37:15 -0500 Subject: [PATCH] Use node 12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 79bf40f4f..1ade9ccd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 10 + - 12 script: npm t # We do not test pushes to branches, since they are redundant with the pull_request build