From fdb544461529198f2da81c32ded9e1a100111109 Mon Sep 17 00:00:00 2001 From: holomekc <30546982+holomekc@users.noreply.github.com> Date: Sat, 10 Aug 2024 10:35:30 +0200 Subject: [PATCH] ci: update node version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 228f6f19..b82ab86d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,12 +20,12 @@ jobs: strategy: matrix: - node-version: [ 18.x ] + node-version: [ 20.x ] steps: - uses: ioBroker/testing-action-check@v1 with: - node-version: '18.x' + node-version: ${{ matrix.node-version }} # Uncomment the following line if your adapter cannot be installed using 'npm ci' # install-command: 'npm install' type-checking: true