From 900ae813e9401f58a609a823fd3e0e9cdcfd9c9e Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 16 Jul 2020 20:32:47 +0200 Subject: [PATCH] Update update_zhc.yml --- .github/workflows/update_zhc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_zhc.yml b/.github/workflows/update_zhc.yml index 057fe54d3..03674f3ac 100644 --- a/.github/workflows/update_zhc.yml +++ b/.github/workflows/update_zhc.yml @@ -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: