From 065b329107a201293b3f74cf04785c29fefce042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Mon, 12 Aug 2024 17:01:53 +0200 Subject: [PATCH] require Node >= 18 --- .github/workflows/mediasoup-client.yaml | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/mediasoup-client.yaml b/.github/workflows/mediasoup-client.yaml index 1cedb89c..e2a923a3 100644 --- a/.github/workflows/mediasoup-client.yaml +++ b/.github/workflows/mediasoup-client.yaml @@ -13,18 +13,18 @@ jobs: strategy: matrix: ci: - - os: ubuntu-20.04 - node: 16 - os: ubuntu-20.04 node: 18 - os: ubuntu-22.04 node: 20 + - os: ubuntu-24.04 + node: 22 - os: macos-12 - node: 18 - - os: macos-14 node: 20 + - os: macos-14 + node: 22 - os: windows-2022 - node: 20 + node: 22 runs-on: ${{ matrix.ci.os }} diff --git a/package.json b/package.json index 22f6352c..a5e57f97 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lib" ], "engines": { - "node": ">=16" + "node": ">=18" }, "keywords": [ "webrtc",