mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Update update_deps
This commit is contained in:
parent
a76c13c461
commit
47882ab933
6
.github/workflows/update_deps.yml
vendored
6
.github/workflows/update_deps.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2-beta
|
- uses: actions/setup-node@v2-beta
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- run: npm install
|
- run: rm -rf npm-shrinkwrap.json
|
||||||
- run: npm ls --depth 0 --prod --parseable | tail -n +2 | grep -v "zigbee" | xargs -I '{}' basename "{}" | xargs -I '{}' npm install '{}'@latest
|
- run: npx npm-check-updates -u
|
||||||
- run: rm -rf node_modules npm-shrinkwrap.json && npm install && npm shrinkwrap --dev
|
- run: npm install && npm shrinkwrap --dev
|
||||||
- uses: peter-evans/create-pull-request@v3
|
- uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
commit-message: Update dependencies
|
commit-message: Update dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user