ci: fix publish action

This commit is contained in:
iCrawl 2021-05-31 03:23:48 +02:00
parent 0b169792af
commit 652c683da7
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -15,9 +15,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
run: npm ci --ignore-scripts
- name: Publish
run: |