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 c0700ea commit 5948032
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@ jobs:
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v4
working-directory: ./ui
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm cache clean --force
working-directory: ./ui
- run: npm install
working-directory: ./ui
- run: npm run dev
working-directory: ./ui
- run: npm run build
working-directory: ./ui

0 comments on commit 5948032

Please sign in to comment.