Skip to content

Commit

Permalink
Merge branch 'develop' into WV-3474-esri-reference-layer
Browse files Browse the repository at this point in the history
  • Loading branch information
PatchesMaps authored Feb 18, 2025
2 parents b32fca7 + dd3db6e commit a5db834
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.14.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN dnf install -y epel-release && \
xz
RUN mkdir -p /usr/local/nvm
ENV NVM_DIR=/usr/local/nvm
ENV NODE_VERSION=20.18.0
ENV NODE_VERSION=22.14.0
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash && \
. "$NVM_DIR/nvm.sh" && \
nvm install v${NODE_VERSION} && \
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "NASA-1.3",
"repository": "nasa-gibs/worldview",
"engines": {
"node": ">= 20.18.0"
"node": ">= 22.14.0"
},
"scripts": {
"analyze": "cross-env ANALYZE_MODE=true NODE_ENV=production webpack",
Expand Down
2 changes: 1 addition & 1 deletion tasks/bamboo/linkReport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -e -x

# Install node.js
NODE_VERSION=v20.18.0
NODE_VERSION=v22.14.0
curl -O https://nodejs.org/dist/${NODE_VERSION}/node-${NODE_VERSION}-linux-x64.tar.gz
tar xf node-${NODE_VERSION}-linux-x64.tar.gz &&
export PATH=$(pwd)/node-${NODE_VERSION}-linux-x64/bin:${PATH}
Expand Down

0 comments on commit a5db834

Please sign in to comment.