Skip to content

Commit

Permalink
updated deps (#17)
Browse files Browse the repository at this point in the history
* updated deps

* changed to node 16

* fix version in io-package
  • Loading branch information
FelixTronity authored Feb 20, 2024
1 parent 5191a1c commit 16dddd9
Show file tree
Hide file tree
Showing 4 changed files with 2,800 additions and 1,193 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '14.x'
node-version: '16.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
type-checking: true
Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "tronity",
"version": "1.1.1",
"version": "1.1.3",
"news": {
"1.1.1": {
"en": "small bugfixes",
Expand Down
Loading

0 comments on commit 16dddd9

Please sign in to comment.