Skip to content

Commit

Permalink
chore: update pnpm to v9.14.0 (#2211)
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Zakharchenko <[email protected]>
  • Loading branch information
KaiSpencer and kettanaito authored Dec 4, 2024
1 parent 3cc9d9f commit 48e4c76
Show file tree
Hide file tree
Showing 12 changed files with 6,647 additions and 5,590 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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: 8.15.6
version: 9.14.0

- name: Install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 8.15.6
version: 9.14.0

- name: Install dependencies
run: pnpm install
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 8.15.6
version: 9.14.0

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 8.15.6
version: 9.14.0

- name: Setup Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 8.15.6
version: 9.14.0

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 8.15.6
version: 9.14.0

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./lib/core/index.js",
"module": "./lib/core/index.mjs",
"types": "./lib/core/index.d.ts",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.14.0",
"exports": {
".": {
"types": "./lib/core/index.d.ts",
Expand Down
Loading

0 comments on commit 48e4c76

Please sign in to comment.