Skip to content

Commit

Permalink
chore: udpate pnpm install ci (#1942)
Browse files Browse the repository at this point in the history
* chore: udpate pnpm install ci

* chore: remove `packageManager`
  • Loading branch information
miracles1919 authored Oct 27, 2022
1 parent 8e7026e commit 2002ff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
},
"packageManager": "pnpm@7.13.3",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down

0 comments on commit 2002ff4

Please sign in to comment.