Skip to content

Commit

Permalink
ci: update workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 22, 2024
1 parent c58137e commit b78916d
Show file tree
Hide file tree
Showing 3 changed files with 8,832 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- run: npm install
- run: yarn install
- run: npm run build
- run: npm run build:doc

Expand All @@ -42,6 +42,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: yarn install
- run: npm run build
- run: npm run build:doc
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20
registry-url: 'https://registry.npmjs.org'

- run: npm install
- run: yarn install
- run: npm run build

- name: build document
Expand Down
Loading

0 comments on commit b78916d

Please sign in to comment.