run pnpm install
This commit is contained in:
parent
3597e8cd5d
commit
44807fc178
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: install pnpm
|
||||
run: npm install -g pnpm
|
||||
- name: pnpm install
|
||||
run: pnpm install
|
||||
- name: dotnet restore
|
||||
run: dotnet restore
|
||||
- name: dotnet build
|
||||
|
|
Loading…
Reference in a new issue