diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 10f9afd..8c44e9f 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - name: Checkout code @@ -50,7 +50,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x, 20.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/package.json b/package.json index 19541d5..a65b400 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@alcalzone/release-script-plugin-iobroker": "3.5.9", "@alcalzone/release-script-plugin-license": "3.5.9", "@iobroker/adapter-dev": "^1.0.0", - "@iobroker/testing": "^3.0.2", + "@iobroker/testing": "^4.1.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.5", "@types/gulp": "^4.0.9",