Skip to content

Commit

Permalink
update testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmakus committed Mar 1, 2024
1 parent 2454f32 commit e419ac9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -60,7 +60,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-deploy@v1
with:
node-version: "16.x"
node-version: "18.x"
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
# TODO: To enable automatic npm releases, create a token on npmjs.org
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Schmakus <schmakus@gmail.com>
Copyright (c) 2024 Schmakus <schmakus@gmail.com>

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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ iobroker add lightcontrol
### **WORK IN PROGRESS**

- (Schmakus) update dependencies
- (Schmakus) update license
- (Schmakus) fixed AutoOnLux (Cannot read properties of undefined (reading 'minLux'))

### 0.4.0 (2023-08-16)
Expand Down Expand Up @@ -97,7 +98,7 @@ iobroker add lightcontrol

MIT License

Copyright (c) 2023 Schmakus <schmakus@gmail.com>
Copyright (c) 2024 Schmakus <schmakus@gmail.com>

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

0 comments on commit e419ac9

Please sign in to comment.