Skip to content

Commit

Permalink
node 22 also requires bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 13, 2025
1 parent cc7dc05 commit 66418b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [ 18, 20, 22 ]
node-version: [ 18, 20 ]

steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
node-version: [ 23 ]
node-version: [ 22, 23 ]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 18, 20, 22 ]
node-version: [ 18, 20 ]
gdal-version: [ 'shared', 'bundled' ]

steps:
Expand All @@ -145,7 +145,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 23 ]
node-version: [ 22, 23 ]
gdal-version: [ 'shared', 'bundled' ]

steps:
Expand Down

0 comments on commit 66418b2

Please sign in to comment.