From a45329a3b200c901b288741078addbc8fe2a42a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 00:31:31 +0000 Subject: [PATCH] chore: update dependency node to v16.20.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 64e8114..f737926 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ node_js: - 10.24.1 - 12.22.12 - 14.21.3 - - 16 + - 16.20.2 - 17 install: npm ci --ignore-scripts script: npm run-script test:ci