Skip to content

Commit

Permalink
fix: CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Sep 27, 2023
1 parent 9720f2e commit 5f7c344
Showing 1 changed file with 3 additions and 3 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 @@ -23,7 +23,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: "16.x" # This should be LTS
node-version: "18.x" # This should be LTS
type-checking: true
lint: true

Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-deploy@v1
with:
node-version: "16.x" # This should be LTS
node-version: "18.x" # This should be LTS
build: 'true'
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5f7c344

Please sign in to comment.