fix action
This commit is contained in:
parent
68f3efe22e
commit
220d387b92
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install pnpm
|
||||
run: |
|
||||
npm install -g pnpm
|
||||
run: npm install -g pnpm
|
||||
|
||||
- name: Install dependencies and build
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue