Skip to content

Commit

Permalink
Dev 1.6.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Oct 13, 2024
1 parent f5172cd commit b22481a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Clean cache
run: |
npm cache clean --force
npm install -g matterbridge-example-accessory-platform --force
npm install -g matterbridge-example-dynamic-platform --force
npm install -g matterbridge-eve-door --force
npm install -g matterbridge-eve-motion --force
run: npm cache clean --force

- name: Install latest npm
run: npm install -g npm@latest
Expand Down

0 comments on commit b22481a

Please sign in to comment.