Skip to content

Commit

Permalink
build: bump to node 18.20.2, pnpm 9.1.1 (#2831)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed May 15, 2024
1 parent d3c548b commit 63e5d2d
Show file tree
Hide file tree
Showing 20 changed files with 16,115 additions and 12,596 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-eagles-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-mud": patch
---

Added pnpm 9 to project's `engines`.
2 changes: 0 additions & 2 deletions .github/actions/setup-prerequisites/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ runs:
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.x

- name: Setup node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.20.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN curl -L https://foundry.paradigm.xyz/ | bash && \
# pnpm
ENV PNPM_HOME="/pnpm"
ENV PATH="${PATH}:${PNPM_HOME}"
RUN npm install pnpm@8 --global && pnpm --version
RUN npm install pnpm@9.1.1 --global && pnpm --version

FROM base AS mud
COPY . /app
Expand Down

0 comments on commit 63e5d2d

Please sign in to comment.