Skip to content

Commit

Permalink
Update pnpm to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Sep 7, 2023
1 parent 1bfa0eb commit 4a72018
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rafiki/env-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ runs:
using: "composite"
steps:
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: '18'
Expand Down
2 changes: 1 addition & 1 deletion localenv/local-http-signatures/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN corepack enable
RUN corepack prepare pnpm@7.25.1 --activate
RUN corepack prepare pnpm@8.7.4 --activate
RUN apk add --no-cache \
python3 \
make \
Expand Down
2 changes: 1 addition & 1 deletion localenv/mock-account-servicing-entity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN corepack enable
RUN corepack prepare pnpm@7.25.1 --activate
RUN corepack prepare pnpm@8.7.4 --activate
RUN apk add --no-cache \
python3 \
make \
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"license": "Apache-2.0",
"repository": "https://github.com/interledger/rafiki",
"engines": {
"pnpm": "^8.7.4",
"node": "18"
},
"packageManager": "pnpm@8.7.4",
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "eslint --max-warnings=0 --fix .",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN corepack enable
RUN corepack prepare pnpm@7.25.1 --activate
RUN corepack prepare pnpm@8.7.4 --activate
RUN apk add --no-cache \
python3 \
make \
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN corepack enable
RUN corepack prepare pnpm@7.25.1 --activate
RUN corepack prepare pnpm@8.7.4 --activate
RUN apk add --no-cache \
python3 \
make \
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN corepack enable
RUN corepack prepare pnpm@7.25.1 --activate
RUN corepack prepare pnpm@8.7.4 --activate
RUN apk add --no-cache \
python3 \
make \
Expand Down

0 comments on commit 4a72018

Please sign in to comment.