From 0bbdeaf0b51b3b1284e62163d14b608f4c962863 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sun, 25 Oct 2020 18:28:05 -0700 Subject: [PATCH] chore: travis node version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0037f3ef..e4e7b12db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "node" + - 14 script: - npm run setup - npm start @nativescript.core.test