Skip to content

Commit

Permalink
pnpm in ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjs committed Jul 29, 2024
1 parent 7076bff commit a38ef49
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ jobs:
with:
global-json-file: global.json

- name: Use pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: 'pnpm'

# Begin ci-build.ps1
- name: dotnet restore
run: dotnet restore
Expand Down

0 comments on commit a38ef49

Please sign in to comment.