diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cfb582..f9bb497 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: