From f20b5f6293377c906d1a2277bb7c1fc4197f6f5f Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sun, 9 Jul 2023 10:36:38 -0300 Subject: [PATCH] fix(all): Minor changes in PROD. --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 460a3860..8f0f5549 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ dist: focal language: node_js node_js: - - 20.3.1 + - 19.7.0 notifications: diff --git a/package.json b/package.json index 97122971..5c3a6190 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "Alan Perdomo " ], "engines": { - "node": "=20.3.1" + "node": "=19.7.0" }, "license": "AGPL-3.0", "preferGlobal": true,