Skip to content

Commit

Permalink
fix pnpm lockfile (#81)
Browse files Browse the repository at this point in the history
* fix pnpm lockfile

* upgrade pnpm to 9.7.0
  • Loading branch information
amalshaji authored Aug 13, 2024
1 parent 7b705ed commit 1341e33
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup client
uses: pnpm/action-setup@v3
with:
version: 8.7.5
version: 9.7.0
run_install: false

- name: Install client dependencies
Expand Down
2 changes: 1 addition & 1 deletion admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

COPY web/package.json web/pnpm-lock.yaml ./

RUN npm i -g pnpm && pnpm install --frozen-lockfile
RUN npm i -g pnpm@9.7.0 && pnpm install --frozen-lockfile

COPY web .

Expand Down
3 changes: 0 additions & 3 deletions admin/web/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion docs/src/content/docs/local-development/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The admin is built using python for the backend and svelte for the frontend.
## Requirements

- [rye](https://github.com/astral-sh/rye) (0.32.0+)
- pnpm (8.7.5+)
- pnpm (9.7.0+)
- postgres (16+)

## Frontend setup
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/local-development/portr-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The portr server is built using go for the backend and svelte for the portr insp
## Requirements

- go (1.22+)
- pnpm (16+)
- node (16+)
- [admin server](/local-development/admin/)
- [tunnel server](/local-development/tunnel-server/)

Expand Down
3 changes: 0 additions & 3 deletions tunnel/internal/client/dashboard/ui/pnpm-lock.yaml

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

0 comments on commit 1341e33

Please sign in to comment.