From b2b773f88a03625cf6311c2a5f1dbaaa1d798d38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 09:04:14 +0000 Subject: [PATCH] chore(deps): update dependency node to v12.22.12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d17f49..e22378e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ language: node_js node_js: - "14" - "13" - - "12" + - "12.22.12" - "10"