Skip to content

Commit

Permalink
Merge pull request #152 from cloudinary-community/update-pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored Oct 2, 2024
2 parents f270125 + b93b4f6 commit 38ab27c
Show file tree
Hide file tree
Showing 5 changed files with 4,065 additions and 3,290 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: 8.15.8
version: 9.11.0

- name: Install
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: 8.12.1
version: 9.11.0

- name: Install deps
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: 8.12.1
version: 9.11.0

- name: Install deps
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you're new to GitHub, or even git, take a look at the EddieHub [open-source-p

### Setup

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:
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:

```bash
pnpm install
Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "svelte-cloudinary",
"name": "svelte-cloudinary-monorepo",
"license": "MIT",
"private": true,
"repository": "[email protected]:cloudinary-community/svelte-cloudinary.git",
Expand All @@ -25,5 +25,15 @@
"patchedDependencies": {
"@astrojs/[email protected]": "patches/@[email protected]"
}
},
"engines": {
"pnpm": "^9.0.0",
"npm": "forbidden, use pnpm",
"node": ">=18"
},
"packageManager": "[email protected]",
"volta": {
"node": "18.20.4",
"pnpm": "9.11.0"
}
}
Loading

0 comments on commit 38ab27c

Please sign in to comment.