Skip to content

Commit

Permalink
Try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 12, 2024
1 parent 2822b5d commit dc1427b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest]
node-version: [18.x, 20.x]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@
"@alcalzone/release-script": "^3.7.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/legacy-testing": "^1.0.9",
"@iobroker/legacy-testing": "^1.0.10",
"@iobroker/vis-2-widgets-testing": "^1.0.2",
"chai": "^4.4.1",
"colorette": "^2.0.20",
"gulp": "^4.0.2",
"gulp-replace": "^1.1.4",
"iobroker.web": "*",
"puppeteer": "^21.6.1",
"mocha": "^10.4.0",
"chai": "^4.3.10"
"puppeteer": "^22.6.4"
},
"bugs": {
"url": "https://github.com/iobroker/iobroker.vis/issues"
Expand Down

0 comments on commit dc1427b

Please sign in to comment.