Skip to content

Commit

Permalink
update pnpm and node
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Aug 4, 2024
1 parent 08cf74e commit 0f39c48
Show file tree
Hide file tree
Showing 4 changed files with 1,110 additions and 904 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
use-node-version=18.18.0
use-node-version=18.20.4
strict-peer-dependencies=false
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# RUN useradd -m sani
# USER sani

ENV PNPM_VERSION 8.6.12
ENV PNPM_VERSION 9.6.0
ENV PNPM_HOME /root/.local/share/pnpm
ENV PATH ${PATH}:/root/.local/share/pnpm
RUN curl -fsSL https://get.pnpm.io/install.sh | SHELL=`/bin/bash` sh - \
&& pnpm -v

ENV NODE_VERSION 18.18.0
ENV NODE_VERSION 18.20.4
RUN pnpm env use -g ${NODE_VERSION}

WORKDIR /home/sani/app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"engines": {
"node": "18.x"
},
"packageManager": "pnpm@7.9.5",
"packageManager": "pnpm@9.6.0",
"homepage": "https://github.com/PCelestia/sani#readme",
"dependencies": {
"bufferutil": "^4.0.3",
Expand Down
Loading

0 comments on commit 0f39c48

Please sign in to comment.