Skip to content

Commit

Permalink
chore: use pnpm 9.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vittee committed Jan 15, 2025
1 parent 7f7b52a commit 3a3eb8a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-medley.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9.15.2
version: 9.15.4

- name: Make sure pnpm fetch Node
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-node-medley.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9.15.2
version: 9.15.4

- name: Make sure pnpm fetch Node
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type-fest": "^4.8.3",
"typescript": "5.4.5"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
2 changes: 1 addition & 1 deletion packages/node-medley/builder/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM node:20.18.0

RUN corepack enable && corepack prepare [email protected].2
RUN corepack enable && corepack prepare [email protected].4

RUN apt -y update \
&& apt -y install \
Expand Down
2 changes: 1 addition & 1 deletion packages/radio/docker/discord/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.18.0 as builder

RUN corepack enable && corepack prepare [email protected].2
RUN corepack enable && corepack prepare [email protected].4

# install build dependencies
RUN apt update \
Expand Down

0 comments on commit 3a3eb8a

Please sign in to comment.