Skip to content

Commit

Permalink
(simatec) Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Sep 15, 2024
1 parent a7f1200 commit 041cedc
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 100 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4.1.7
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Checkout code
Expand Down
190 changes: 95 additions & 95 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"axios": "^1.7.7"
},
"devDependencies": {
"@iobroker/testing": "^4.1.3",
"@iobroker/testing": "^5.0.0",
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
Expand Down

0 comments on commit 041cedc

Please sign in to comment.