From bbaa63a9ec8048c5fea1a7807d0daa6c11b016b3 Mon Sep 17 00:00:00 2001 From: Kayo <330956999@qq.com> Date: Sat, 8 May 2021 16:35:54 +0800 Subject: [PATCH] :green_heart: use Node.js 14 instead of Node.js stable. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 86a3600..ec40f87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: - node_modules node_js: - "10.15.1" - - "stable" + - "14" before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2 - export PATH="$HOME/.yarn/bin:$PATH"