From 3a7bc0b3aa1b973d90088b925be9f0f27715506f Mon Sep 17 00:00:00 2001 From: Standarduser Date: Thu, 2 Jan 2025 14:27:27 +0100 Subject: [PATCH] Fixed some issues from adapter checker --- .github/workflows/test-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 67764c2..e9692e2 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: ioBroker/testing-action-check@v1 with: - node-version: '18.x' + node-version: '22.x' # Deploys the final package to NPM deploy: @@ -49,7 +49,7 @@ jobs: steps: - uses: ioBroker/testing-action-deploy@v1 with: - node-version: '18.x' + node-version: '22.x' # Uncomment the following line if your adapter cannot be installed using 'npm ci' # install-command: 'npm install' npm-token: ${{ secrets.NPM_TOKEN }}