From bd5f9a87ba3cdc1e8b0c50f324884ebafa07a276 Mon Sep 17 00:00:00 2001 From: ocshawn Date: Mon, 10 Jul 2023 16:15:19 -0500 Subject: [PATCH] update node to 16 --- .travis.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa6ca118..f4c29415 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js git: depth: 1 node_js: - - "14" + - "16" services: - docker diff --git a/Dockerfile b/Dockerfile index fff78cbe..258bcd00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update \ sudo \ vim \ libcap2-bin \ - && curl -sL https://deb.nodesource.com/setup_14.x | bash - \ + && curl -sL https://deb.nodesource.com/setup_16.x | bash - \ && apt-get install -y --no-install-recommends nodejs \ && rm -rf /var/lib/apt/lists/* \ && npm install -g npm@8.5