Skip to content

Commit

Permalink
update test & release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Jul 25, 2023
1 parent d498b63 commit 1cc2dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- name: Checkout code
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1cc2dc0

Please sign in to comment.