Skip to content

Commit c90da5c

Browse files
Update from template: X0000-updateNodeJsAtTestAndRelease
1 parent 6339892 commit c90da5c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test-and-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -66,7 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)