Skip to content

Commit

Permalink
Update test & release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Drozda committed Dec 4, 2024
1 parent 2d9381a commit 4770262
Show file tree
Hide file tree
Showing 2 changed files with 618 additions and 6,069 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test and Release
on:
push:
branches:
- "main"
- "*"
tags:
# normal versions
- "v[0-9]+.[0-9]+.[0-9]+"
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '16.x'
node-version: '20.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
lint: true
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
sentry-project: "iobroker-discovergy"
sentry-version-prefix: "iobroker.discovergy"
# If your sentry project is linked to a GitHub repository, you can enable the following option
# sentry-github-integration: true
# sentry-github-integration: true
Loading

0 comments on commit 4770262

Please sign in to comment.