Skip to content

Commit 81e8132

Browse files
committed
Limit node version to 16.8
- until nodejs/node#40046 is merged
1 parent c6ce970 commit 81e8132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cache:
44
directories:
55
- "$HOME/.npm"
66
node_js:
7-
- '16'
7+
- '16.8'
88
install:
99
- npm ci
1010
- npm install -g codecov

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR $WORKDIR
66
COPY . $WORKDIR
77

88
# Enable nodejs & python2.7 module streams to lock versions
9-
RUN dnf -y --disableplugin=subscription-manager module enable nodejs:16 && \
9+
RUN dnf -y --disableplugin=subscription-manager module enable nodejs:16.8 && \
1010
dnf -y --disableplugin=subscription-manager module enable python27:2.7 && \
1111
dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install \
1212
npm nodejs \

0 commit comments

Comments
 (0)