Skip to content

Commit a2e6dff

Browse files
authored
Update test-and-release.yml
1 parent 5cc0590 commit a2e6dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: ioBroker/testing-action-check@v1
3030
with:
31-
node-version: "18.x"
31+
node-version: "22.x"
3232
lint: true
3333
lint-command: "npm run lint ."
3434

@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: ioBroker/testing-action-deploy@v1
6363
with:
64-
node-version: "18.x"
64+
node-version: "22.x"
6565
npm-token: ${{ secrets.NPM_TOKEN }}
6666
github-token: ${{ secrets.GITHUB_TOKEN }}
6767

0 commit comments

Comments
 (0)