Skip to content

Commit

Permalink
Limit node version to 16.8
Browse files Browse the repository at this point in the history
- until nodejs/node#40046 is merged
  • Loading branch information
rvsia committed Sep 9, 2021
1 parent c6ce970 commit 81e8132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ cache:
directories:
- "$HOME/.npm"
node_js:
- '16'
- '16.8'
install:
- npm ci
- npm install -g codecov
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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 && \
dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install \
npm nodejs \
Expand Down

0 comments on commit 81e8132

Please sign in to comment.