From 05975109a4186895428b96f14edfadacad151ef2 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 29 May 2022 08:43:02 +0200 Subject: [PATCH] Lock connect-gzip-static https://github.com/Koenkk/zigbee2mqtt/pull/12624/files#r884205347 --- .github/workflows/update_deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 9615441bd..e3900aaaf 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 16 - run: rm -rf npm-shrinkwrap.json - - run: npx npm-check-updates -u + - run: npx npm-check-updates -u -x connect-gzip-static # connect-gzip-static only supports node 16 - run: npm install && npm shrinkwrap --dev - uses: peter-evans/create-pull-request@v3 with: