fix(ci): install missing module
This commit is contained in:
parent
533eadd024
commit
cddf3fc10f
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue