Skip to content

Commit

Permalink
Merge pull request #749 from rvsia/unlockNode
Browse files Browse the repository at this point in the history
Unlock node version
  • Loading branch information
Hyperkid123 committed Sep 14, 2021
2 parents cab5e8b + 17772e5 commit 07c5610
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.8'
- '16'
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.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 \
Expand Down

0 comments on commit 07c5610

Please sign in to comment.