Skip to content

Commit

Permalink
feat: 前端ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KouShenhai committed Jul 20, 2024
1 parent 5abe16a commit c0700ea
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,7 +16,6 @@ jobs:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [ 18.x ]
os: [ ubuntu-latest, windows-latest, macOS-latest ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -25,10 +24,10 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm cache clean --force
working-directory: ui
working-directory: ./ui
- run: npm install
working-directory: ui
working-directory: ./ui
- run: npm run dev
working-directory: ui
working-directory: ./ui
- run: npm run build
working-directory: ui
working-directory: ./ui

0 comments on commit c0700ea

Please sign in to comment.