Skip to content

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Aug 10, 2024
1 parent 2243638 commit fdb5444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:

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

steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '18.x'
node-version: ${{ matrix.node-version }}
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
type-checking: true
Expand Down

0 comments on commit fdb5444

Please sign in to comment.