From cebbfc277ba16f1f7d6d873452ef504b5ac5d7c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Oct 2021 02:49:40 +0000 Subject: [PATCH] chore(): update node.js to 10.24 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a88c35c..ca4c630 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ script: - yarn test node_js: - - '10.13' + - '10.24' - 'node' - 'lts/*'