Skip to content

Commit

Permalink
Fixed some issues from adapter checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Standarduser committed Jan 2, 2025
1 parent b2a6b18 commit 3a7bc0b
Showing 1 changed file with 2 additions and 2 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 @@ -28,7 +28,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '18.x'
node-version: '22.x'

# Deploys the final package to NPM
deploy:
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-deploy@v1
with:
node-version: '18.x'
node-version: '22.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
npm-token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 3a7bc0b

Please sign in to comment.