Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: install node deps before release
  • Loading branch information
austince committed Feb 24, 2021
commit f644874789d3eb25d5dacdbe36f7f2886e0f99cb
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm i -g npm@6 && npm ci
- run: npm run release
if: ${{ github.event_name == 'push' }}
env:
Expand Down