Skip to content

Commit

Permalink
feat: add build ui
Browse files Browse the repository at this point in the history
  • Loading branch information
liguobao committed Feb 19, 2024
1 parent 33b49ca commit 866e46a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -27,6 +26,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: ls -lh
- run: cd House-Map.UI
- run: npm ci
- run: npm run build --if-present
- run:
working-directory: ./House-Map.UI
shell: npm i && npm run build --if-present

0 comments on commit 866e46a

Please sign in to comment.