Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-anthonym authored Nov 15, 2023
1 parent ec8a4f9 commit 36eda28
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:


#installs and runs npm i
- name: Use node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
path: .\KenticoInspector.WebApplication\ClientApp
# - name: Use node.js
# uses: actions/setup-node@v3
# with:
# node-version: ${{ matrix.node-version }}
# cache: 'npm'
# path: .\KenticoInspector.WebApplication\ClientApp

- run: npm i
working-directory: .\KenticoInspector.WebApplication\ClientApp
Expand Down

0 comments on commit 36eda28

Please sign in to comment.