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,