We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ce970 commit 81e8132Copy full SHA for 81e8132
.travis.yml
@@ -4,7 +4,7 @@ cache:
4
directories:
5
- "$HOME/.npm"
6
node_js:
7
-- '16'
+- '16.8'
8
install:
9
- npm ci
10
- npm install -g codecov
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 && \
+RUN dnf -y --disableplugin=subscription-manager module enable nodejs:16.8 && \
dnf -y --disableplugin=subscription-manager module enable python27:2.7 && \
11
dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install \
12
npm nodejs \
0 commit comments