Skip to content

Commit

Permalink
feat: 优化github build
Browse files Browse the repository at this point in the history
  • Loading branch information
ximing committed Feb 10, 2024
1 parent 43a9b14 commit bcc1e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- deploy
- v1
tags:
- v1
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
node-version: 18.x

- name: npm install
- name: pnpm install
run: |
npm i -g pnpm --registry=https://registry.npmjs.org
pnpm install --registry=https://registry.npmjs.org
Expand Down

0 comments on commit bcc1e71

Please sign in to comment.