From 3c11d3b46c6365f4d4f1c05402b2b521094fe8a2 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Thu, 16 Jan 2025 12:14:27 +0100 Subject: [PATCH] Node 23 / Ubuntu 20.04 is not a supported configuration --- .github/workflows/test-dev.yml | 5 +++++ .github/workflows/test-package.yml | 4 ++++ .github/workflows/test-release.yml | 2 ++ 3 files changed, 11 insertions(+) diff --git a/.github/workflows/test-dev.yml b/.github/workflows/test-dev.yml index 440be22..1fa460d 100644 --- a/.github/workflows/test-dev.yml +++ b/.github/workflows/test-dev.yml @@ -28,6 +28,8 @@ jobs: python-version: 3.12 - platform: ubuntu-24.04 python-version: 3.8 + - platform: ubuntu-20.04 + node-version: 23.x steps: - uses: actions/checkout@v4 @@ -52,6 +54,9 @@ jobs: matrix: platform: [ubuntu-20.04, macos-13, macos-14, windows-2019] node-version: [16.x, 18.x, 20.x, 22.x, 23.x] + exclude: + - platform: ubuntu-20.04 + node-version: 23.x steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index cf97ae5..e1819be 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -31,6 +31,8 @@ jobs: exclude: - platform: ubuntu-24.04 python-version: 3.8 + - platform: ubuntu-20.04 + node-version: 23.x steps: - name: Use Node.js ${{ matrix.node-version }} @@ -92,6 +94,8 @@ jobs: exclude: - platform: ubuntu-24.04 python-version: 8 + - platform: ubuntu-20.04 + node-version: 23.x steps: - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index c250d5a..63c53b4 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -29,6 +29,8 @@ jobs: exclude: - platform: ubuntu-24.04 python-version: 8 + - platform: ubuntu-20.04 + node-version: 23.x steps: - uses: actions/checkout@v4