Skip to content

Commit

Permalink
fix: Intall latest PNPM in server workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Oct 29, 2024
1 parent 5397c7c commit 33ca3cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy packages/server --remote-only
env:
Expand Down
5 changes: 3 additions & 2 deletions packages/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ WORKDIR /app
ENV NODE_ENV="production"

# Install pnpm
ARG PNPM_VERSION=8.8.0
RUN npm install -g pnpm@$PNPM_VERSION
# ARG PNPM_VERSION=8.8.0
# RUN npm install -g pnpm@$PNPM_VERSION
RUN npm install -g pnpm


# Throw-away build stage to reduce size of final image
Expand Down

0 comments on commit 33ca3cd

Please sign in to comment.