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

Test with Node 20, updated deps + js-wacz #3486

Merged
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
6 changes: 2 additions & 4 deletions perma_web/Dockerfile
Expand Up @@ -36,10 +36,8 @@ RUN apt-get update \
libxml2-dev \
libxslt-dev

# pin node version -- see https://github.com/nodesource/distributions/issues/33
RUN curl -o nodejs.deb https://deb.nodesource.com/node_14.x/pool/main/n/nodejs/nodejs_14.19.3-deb-1nodesource1_$(dpkg --print-architecture).deb \
&& dpkg -i ./nodejs.deb \
&& rm nodejs.deb
# node.js
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs=20.12.0-1nodesource1

# npm
COPY perma_web/package.json /perma/perma_web
Expand Down
15,105 changes: 8,912 additions & 6,193 deletions perma_web/npm-shrinkwrap.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions perma_web/package.json
Expand Up @@ -57,6 +57,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.10.4",
"@harvard-lil/js-wacz": "^0.1.0",
"@sentry/browser": "^7.5.1",
"vue": "^3.4.21",
"vue-loader": "^17.4.2",
Expand Down