diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d464eda..4dc1e44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,9 +14,9 @@ jobs: matrix: node-version: [20.x, 22.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/resources/package.json b/resources/package.json index 2e061b0..3b7c094 100644 --- a/resources/package.json +++ b/resources/package.json @@ -9,7 +9,7 @@ "start": "echo \"Error: configure and run hkControl to start\" && exit 1" }, "engines": { - "node": ">=20", + "node": ">=22", "npm": ">=10.5.1" }, "repository": { @@ -22,8 +22,8 @@ ], "dependencies": { "homewizard-energy-api": ">=1.5.0", - "express": ">=5.1.0", - "axios": ">=1.8.4" + "express": ">=5.2.1", + "axios": ">=1.13.4" }, "devDependencies": { "eslint": "*"