Update update_zhc.yml

This commit is contained in:
Koen Kanters 2020-07-16 20:32:47 +02:00 committed by GitHub
parent 0a69b98dfb
commit 900ae813e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v2-beta
with:
node-version: 12
- run: npm install zigbee-herdsman-converters@${{ github.event.client_payload.version }}
- run: npm install zigbee-herdsman-converters@${{ github.event.client_payload.version }} --save-exact
- run: rm -rf node_modules npm-shrinkwrap.json && npm install && npm shrinkwrap --dev
- uses: peter-evans/create-pull-request@v2
with: