File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,14 +23,15 @@ jobs:
2323 steps :
2424 - uses : ioBroker/testing-action-check@v1
2525 with :
26- node-version : ' 20 .x'
26+ node-version : ' 22 .x'
2727 # Uncomment the following line if your adapter cannot be installed using 'npm ci'
2828 # install-command: 'npm install'
2929 type-checking : true
3030 lint : true
3131
3232 # Runs adapter tests on all supported node versions and OSes
3333 adapter-tests :
34+ needs : [check-and-lint]
3435 if : contains(github.event.head_commit.message, '[skip ci]') == false
3536
3637 runs-on : ${{ matrix.os }}
6667 steps :
6768 - uses : ioBroker/testing-action-deploy@v1
6869 with :
69- node-version : ' 20 .x'
70+ node-version : ' 22 .x'
7071 # Uncomment the following line if your adapter cannot be installed using 'npm ci'
7172 # install-command: 'npm install'
7273 build : true
You can’t perform that action at this time.
0 commit comments