install pnpm

This commit is contained in:
Nick Seguin 2023-12-10 01:26:32 -06:00
parent 5c1a2951b9
commit 3597e8cd5d

View file

@ -12,6 +12,8 @@ jobs:
image: nseguin42/forgejo-runner:latest
steps:
- uses: actions/checkout@v4
- name: install pnpm
run: npm install -g pnpm
- name: dotnet restore
run: dotnet restore
- name: dotnet build