Skip to content

Commit

Permalink
Add npm to build
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Mar 21, 2024
1 parent ef1a3a6 commit 8867bb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.dotNetVersion }}
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '21'
- name: Install workloads
run: dotnet workload restore
- name: npm install
working-directory: WebAssembly
run: npm install
- name: Install dependencies
working-directory: WebAssembly
run: dotnet restore
Expand Down

0 comments on commit 8867bb9

Please sign in to comment.