Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlock node version #749

Merged
merged 1 commit into from Sep 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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