Skip to content

Commit

Permalink
Run release script with node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Oct 2, 2023
1 parent 2e7d5af commit 49c1a22
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 @@ -28,7 +28,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '16.x'
node-version: '18.x'
lint: true
lint-command: 'npm run lint .'

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

steps:
Expand All @@ -61,7 +61,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-deploy@v1
with:
node-version: '16.x'
node-version: '18.x'
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 49c1a22

Please sign in to comment.