File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 strategy :
4242 fail-fast : false
4343 matrix :
44- os : [windows-latest, ubuntu-22.04 , macos-latest]
45- node : [18, 20, 22]
44+ os : [windows-latest, ubuntu-latest , macos-latest]
45+ node : [18, 20, 22, 24 ]
4646
4747 steps :
4848 - uses : actions/checkout@v4
5252 node-version : ${{ matrix.node }}
5353
5454 - name : Prepare installation (Linux)
55- if : ${{ matrix.os == 'ubuntu-22.04 ' }}
55+ if : ${{ matrix.os == 'ubuntu-latest ' }}
5656 uses : ./.github/actions/install-redis-linux
5757
5858 - name : Prepare installation (MacOS)
@@ -184,4 +184,4 @@ jobs:
184184 export SENTRY_VERSION=iobroker.js-controller@${VERSION}
185185 sentry-cli releases new $SENTRY_VERSION
186186 sentry-cli releases set-commits $SENTRY_VERSION --auto
187- sentry-cli releases finalize $SENTRY_VERSION
187+ sentry-cli releases finalize $SENTRY_VERSION
You can’t perform that action at this time.
0 commit comments