Skip to content

Commit

Permalink
update recommended node version, rm node 16 from tests, added some tr…
Browse files Browse the repository at this point in the history
…anslations
  • Loading branch information
foxriver76 committed Apr 14, 2024
1 parent 4230ae2 commit b2e4b6e
Show file tree
Hide file tree
Showing 8 changed files with 1,847 additions and 9,909 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 @@ -43,7 +43,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:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018-2021 Moritz Heusinger <[email protected]>
Copyright (c) 2018-2024 Moritz Heusinger <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ The channel provides battery specific information like the number of cycle count
## License
The MIT License (MIT)

Copyright (c) 2018-2021 Moritz Heusinger <[email protected]>
Copyright (c) 2018-2024 Moritz Heusinger <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion build/lib/utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="iobroker" />
/** API states for v1 and v2 */
export declare const generalAPIStates: ioBroker.AnyObject[];
/**
Expand Down
Loading

0 comments on commit b2e4b6e

Please sign in to comment.