Skip to content

Commit 38ab27c

Browse files
authored
Merge pull request #152 from cloudinary-community/update-pnpm
2 parents f270125 + b93b4f6 commit 38ab27c

File tree

5 files changed

+4065
-3290
lines changed

5 files changed

+4065
-3290
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup PNPM
3030
uses: pnpm/action-setup@v3.0.0
3131
with:
32-
version: 8.15.8
32+
version: 9.11.0
3333

3434
- name: Install
3535
run: pnpm install

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup PNPM
2424
uses: pnpm/action-setup@v3.0.0
2525
with:
26-
version: 8.12.1
26+
version: 9.11.0
2727

2828
- name: Install deps
2929
run: pnpm install --frozen-lockfile
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup PNPM
5757
uses: pnpm/action-setup@v3.0.0
5858
with:
59-
version: 8.12.1
59+
version: 9.11.0
6060

6161
- name: Install deps
6262
run: pnpm install --frozen-lockfile

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you're new to GitHub, or even git, take a look at the EddieHub [open-source-p
3131

3232
### Setup
3333

34-
You'll first need to install [`pnpm@8`](https://pnpm.io/) and [`node@>18`](https://nodejs.org). Then, after cloning this repo, you can run:
34+
You'll first need to install [`pnpm@9`](https://pnpm.io/) and [`node@>18`](https://nodejs.org). Then, after cloning this repo, you can run:
3535

3636
```bash
3737
pnpm install

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "svelte-cloudinary",
2+
"name": "svelte-cloudinary-monorepo",
33
"license": "MIT",
44
"private": true,
55
"repository": "git@github.com:cloudinary-community/svelte-cloudinary.git",
@@ -25,5 +25,15 @@
2525
"patchedDependencies": {
2626
"@astrojs/starlight@0.26.2": "patches/@astrojs__starlight@0.26.2.patch"
2727
}
28+
},
29+
"engines": {
30+
"pnpm": "^9.0.0",
31+
"npm": "forbidden, use pnpm",
32+
"node": ">=18"
33+
},
34+
"packageManager": "pnpm@9.11.0",
35+
"volta": {
36+
"node": "18.20.4",
37+
"pnpm": "9.11.0"
2838
}
2939
}

0 commit comments

Comments
 (0)