Skip to content

Commit

Permalink
Merge pull request #20 from mcm1957/main
Browse files Browse the repository at this point in the history
Update depencencies, update testing and remove legacy code form main
  • Loading branch information
DNAngelX authored Apr 24, 2024
2 parents 1f349c9 + ca7489f commit 933a5d4
Show file tree
Hide file tree
Showing 7 changed files with 654 additions and 672 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/.eslintrc.js
admin/words.js
admin/words.js
test/*.js
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Check if PR should be auto-merged
uses: ahmadnassri/action-dependabot-auto-merge@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '18.x'
node-version: '20.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
lint: true
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
# steps:
# - uses: ioBroker/testing-action-deploy@v1
# with:
# node-version: '18.x'
# node-version: '20.x'
# # Uncomment the following line if your adapter cannot be installed using 'npm ci'
# # install-command: 'npm install'
# npm-token: ${{ secrets.NPM_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"zh-cn": "作为消息对象的扩展有效载荷可能性"
}
},
"title": "Notification for AndroidTv and FireTV",
"titleLang": {
"en": "Notification for AndroidTv and FireTV",
"de": "Benachrichtigung für AndroidTv und FireTV",
Expand Down Expand Up @@ -141,6 +140,7 @@
"extIcon": "https://raw.githubusercontent.com/DNAngelX/ioBroker.notificationforandroidtv/main/admin/notificationforandroidtv.png",
"readme": "https://github.com/DNAngelX/ioBroker.notificationforandroidtv/blob/main/README.md",
"loglevel": "info",
"tier": 2,
"mode": "daemon",
"type": "messaging",
"compact": true,
Expand All @@ -151,7 +151,7 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
Expand Down
Loading

0 comments on commit 933a5d4

Please sign in to comment.