run pnpm install

This commit is contained in:
Nick Seguin 2023-12-10 01:27:28 -06:00
parent 3597e8cd5d
commit 44807fc178

View file

@ -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