Skip to content

Commit

Permalink
chore: update to [email protected] (#2122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito authored Apr 2, 2024
1 parent ad8ebac commit e83a669
Show file tree
Hide file tree
Showing 8 changed files with 2,841 additions and 2,278 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@v2
with:
version: 7.12
version: 8.15

- 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@v2
with:
version: 7.12
version: 8.15

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

- uses: pnpm/action-setup@v2
with:
version: 7.12
version: 8.15

- 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 @@ -24,7 +24,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7.12
version: 8.15

- 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@v2
with:
version: 7.12
version: 8.15

- 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@v2
with:
version: 7.12
version: 8.15

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ pnpm install
$ pnpm start
```

> Please use [PNPM][pnpm-url] version 7.12 while working on this project.
> Please use [PNPM][pnpm-url] version 8.15 while working on this project.
> Guide on how to install a specific PNPM version can be [found here][pnpm-install-guide-url].
## Git workflow
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@7.12.2",
"packageManager": "pnpm@8.15.6",
"exports": {
".": {
"types": "./lib/core/index.d.ts",
Expand Down
Loading

0 comments on commit e83a669

Please sign in to comment.