Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-dwapi-dev.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,12 @@ jobs:

- name: Build the ASP.NET app
run: dotnet build src/Dwapi/Dwapi.csproj --configuration Release


- name: Install Node.js and npm
uses: actions/setup-node@v2
with:
node-version: '14.17.6'

- name: Install dependencies
run: npm install
working-directory: src/Dwapi

0 comments on commit 72a62db

Please sign in to comment.