Skip to content

Commit

Permalink
chore: apply packageManager in package.json and simplify ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Jan 19, 2024
1 parent 87a4ef7 commit 2b9ebb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.12.0
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand All @@ -27,8 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.12.0
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand All @@ -42,8 +38,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.12.0
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -35,6 +35,7 @@
"prettier --parser=typescript --write"
]
},
"packageManager": "pnpm@8.12.0",
"dependencies": {
"chalk": "^4.1.0",
"watchpack": "^2.4.0"
Expand Down

0 comments on commit 2b9ebb3

Please sign in to comment.