Skip to content

Commit

Permalink
switch check and lint to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
hombach authored Mar 11, 2024
1 parent 14af65e commit d908220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit d908220

Please sign in to comment.