Skip to content

Commit 977fbdc

Browse files
authored
Try Node.js 24 (#3056)
* Try Node.js 24 * Update ci-tests.yml
1 parent a378256 commit 977fbdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
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
@@ -52,7 +52,7 @@ jobs:
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

0 commit comments

Comments
 (0)