Skip to content

Commit

Permalink
add nodejs build in azure deploy pipeline (#132)
Browse files Browse the repository at this point in the history
* refactor stepnode component

* update
  • Loading branch information
LittleLittleCloud authored Dec 20, 2024
1 parent 0fc3714 commit 4f2db16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy-stepwise-gallery-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '22.x'
- name: build webui
run: |
cd stepwise-studio
npm install
npm run build
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 4f2db16

Please sign in to comment.