Skip to content

Commit 2d358fb

Browse files
Drop support for node 20. Add 26 to test matrix
1 parent e93ca39 commit 2d358fb

3 files changed

Lines changed: 135 additions & 120 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
strategy:
108108
fail-fast: false
109109
matrix:
110-
node-version: [20.x, 22.x, 24.x]
110+
node-version: [22.x, 24.x, 26.x]
111111
runs-on: ubuntu-22.04
112112
steps:
113113
- name: Code checkout
@@ -143,7 +143,7 @@ jobs:
143143
fail-fast: false
144144
matrix:
145145
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
146-
node-version: [20.x, 22.x, 24.x]
146+
node-version: [22.x, 24.x, 26.x]
147147
container-runtime: [docker, podman]
148148
uses: ./.github/workflows/test-template.yml
149149
with:

0 commit comments

Comments
 (0)