Skip to content

Commit

Permalink
Switch to Node 20 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil committed Mar 8, 2024
1 parent 3ee94d6 commit 0c9a194
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion openshift/ci-operator/build-image/Dockerfile
Expand Up @@ -13,7 +13,7 @@ RUN rm -rf $GOPATH/.cache
# Allow runtime users to add entries to /etc/passwd
RUN chmod g+rw /etc/passwd

RUN yum install -y https://rpm.nodesource.com/pub_16.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm
RUN yum install -y https://rpm.nodesource.com/pub_20.x/el/8/x86_64/nodesource-release-el8-1.noarch.rpm
RUN yum install -y \
gcc-c++ \
make \
Expand Down
16 changes: 8 additions & 8 deletions test/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/ui/package.json
Expand Up @@ -12,7 +12,7 @@
"@cypress/skip-test": "^2.6.1",
"cachedir": "^2.3.0",
"chalk": "^5.2.0",
"cypress": "^13.2.0",
"cypress": "^13.6.6",
"cypress-multi-reporters": "^1.6.3",
"diff": "^5.0.0",
"mocha": "^10.2.0",
Expand Down

0 comments on commit 0c9a194

Please sign in to comment.