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

0 comments on commit 91f6e3b

Please sign in to comment.