fix(ci): install missing module

This commit is contained in:
yihau 2022-04-26 14:01:34 +08:00
parent 533eadd024
commit cddf3fc10f
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ jobs:
node-version: "lts/*"
cache: 'npm'
- run: |
npm install -g npm@7
npm install
npx semantic-release --dry-run
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}