Update deps and switch to yarn fully.

This commit is contained in:
Dermot Duffy
2022-06-07 20:47:27 -07:00
parent b2a9ab7d84
commit e692bef1fb
6 changed files with 1027 additions and 860 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: |
npm install
npm run build
yarn install
yarn run build
- name: HACS build validation
uses: "hacs/action@21.12.1"
+2 -2
View File
@@ -15,8 +15,8 @@ jobs:
# Build
- name: Build the file
run: |
npm install
npm run build
yarn install
yarn run build
# Upload build file to the releas as an asset.
- name: Upload zip to release