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
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
run: |
|
run: npm install -g pnpm
|
||||||
npm install -g pnpm
|
|
||||||
|
|
||||||
- name: Install dependencies and build
|
- name: Install dependencies and build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue