From 17772e5424f0367f5722729f5e3709d5b4d3ad76 Mon Sep 17 00:00:00 2001 From: rvsia Date: Tue, 14 Sep 2021 09:43:30 +0200 Subject: [PATCH] Unlock node version --- .travis.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2636e3288..8ec68adf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ cache: directories: - "$HOME/.npm" node_js: -- '16.8' +- '16' install: - npm ci - npm install -g codecov diff --git a/Dockerfile b/Dockerfile index 0ecc4e878..50e3a42ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR $WORKDIR COPY . $WORKDIR # Enable nodejs & python2.7 module streams to lock versions -RUN dnf -y --disableplugin=subscription-manager module enable nodejs:16.8 && \ +RUN dnf -y --disableplugin=subscription-manager module enable nodejs:16 && \ dnf -y --disableplugin=subscription-manager module enable python27:2.7 && \ dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install \ npm nodejs \