Skip to content

Commit 6bb9ebf

Browse files
manudeligwansikksungh0lim
authored
chore: pnpm 9 (#1212)
close #1199 --------- Co-authored-by: GwanSik Kim <[email protected]> Co-authored-by: 임성호 (삼바) <[email protected]>
1 parent baf46e8 commit 6bb9ebf

File tree

6 files changed

+12749
-9218
lines changed

6 files changed

+12749
-9218
lines changed

.github/actions/pnpm-setup-node/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: pnpm/action-setup@v4
77
with:
8-
version: 8.15.9
8+
version: 9.7.1
99
- uses: actions/setup-node@v4
1010
with:
1111
cache: "pnpm"

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
pull_request:
77
types: [opened, synchronize, reopened]
88
env:
9-
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
10-
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
119
CI: ${{ vars.CI }}
1210
concurrency:
1311
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/knip.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
pull_request:
77
types: [opened, synchronize, reopened]
88
env:
9-
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
10-
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
119
CI: ${{ vars.CI }}
1210
concurrency:
1311
group: ${{ github.workflow }}-${{ github.ref }}

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In general, things we find useful when reviewing suggestions are:
4444
git clone [email protected]:{username}/suspensive.git
4545
```
4646
3. Please use the correct node version. You can use the version declared in [.nvmrc](https://github.com/toss/suspensive/blob/main/.nvmrc). We strongly recommend [nvm](https://github.com/nvm-sh/nvm) to control local machine's node version easily. also We recommend [nvm's deeper shell integration](https://github.com/nvm-sh/nvm#deeper-shell-integration) too.
47-
4. Install packages. [We use pnpm v8. Install pnpm with corepack please if you can](https://pnpm.io/installation#using-corepack). We recommend using corepack for pnpm to automatically use the version declared in the packageManager field of package.json.
47+
4. Install packages. [We use pnpm@9.7.1. Install pnpm with corepack please if you can](https://pnpm.io/installation#using-corepack). We recommend using corepack for pnpm to automatically use the version declared in the packageManager field of package.json.
4848
```shell
4949
corepack enable && corepack prepare
5050
pnpm install

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/toss/suspensive.git"
1414
},
1515
"license": "MIT",
16-
"packageManager": "pnpm@8.15.9",
16+
"packageManager": "pnpm@9.7.1",
1717
"type": "module",
1818
"scripts": {
1919
"blc:suspensive.org": "pnpm blc https://suspensive.org --ro",

0 commit comments

Comments
 (0)