Skip to content

Commit

Permalink
Node 23 / Ubuntu 20.04 is not a supported configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 17, 2025
1 parent 85445ea commit 3c11d3b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c11d3b

Please sign in to comment.