Skip to content

Commit

Permalink
fix: Embedded xml should be xml
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed Mar 30, 2024
1 parent b70e8c4 commit d9fb858
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
if: github.ref == 'refs/heads/master'
run: |
docker buildx build \
--platform linux/amd64,linux/arm/v7,linux/arm64 \
--platform linux/amd64,linux/arm64 \
--push \
-f ./Dockerfile.npm \
-t $GITHUB_REPOSITORY:latest \
Expand All @@ -142,7 +142,7 @@ jobs:
if: github.ref != 'refs/heads/master'
run: |
docker buildx build \
--platform linux/amd64,linux/arm/v7,linux/arm64 \
--platform linux/amd64,linux/arm64 \
--push \
-f ./Dockerfile.npm \
-t $GITHUB_REPOSITORY:beta \
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"test": "npm run lint"
},
"dependencies": {
"@svrooij/sonos": "^2.6.0-beta.8",
"@svrooij/sonos": "^2.6.0-beta.9",
"mqtt": "5.5.0",
"serilogger": "^0.5.0",
"yalm": "4.1.0",
"typed-emitter": "^2.1.0",
"yalm": "4.1.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/debug": "4.1.12",
"@types/node": "^20.11.25",
"@types/yargs": "17.0.32",
"@types/ws": "^8.5.10",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.1",
"eslint": "7.32.0",
Expand Down

0 comments on commit d9fb858

Please sign in to comment.