Skip to content

Commit

Permalink
chore: use pnpm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Aug 24, 2024
1 parent 491f1fa commit 0db9b99
Show file tree
Hide file tree
Showing 3 changed files with 2,805 additions and 2,286 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/regular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:

- name: Setup PNPM environment
uses: pnpm/action-setup@v3
with:
version: 8

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down Expand Up @@ -55,8 +53,6 @@ jobs:

- name: Setup PNPM environment
uses: pnpm/action-setup@v3
with:
version: 8

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand All @@ -82,8 +78,6 @@ jobs:

- name: Setup PNPM environment
uses: pnpm/action-setup@v3
with:
version: 8

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"type": "git",
"url": "git+https://github.com/yifanwww/rustlike-result.git"
},
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276",
"scripts": {
"build": "concurrently -n cjs,esm,types \"pnpm run build:cjs\" \"pnpm run build:esm\" \"pnpm run build:types\"",
"build:cjs": "tsc --project tsconfigs/tsconfig.cjs.json",
Expand Down
Loading

0 comments on commit 0db9b99

Please sign in to comment.