Skip to content

Commit 7a43198

Browse files
committed
fixup! feat: support Node 24
1 parent ea29e49 commit 7a43198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: list-examples
5050
strategy:
5151
matrix:
52-
node-version: ["22", "24"]
52+
node-version: ["22", "24", "26"]
5353
example: ${{ fromJson(needs.list-examples.outputs.examples) }}
5454
fail-fast: false
5555
steps:

0 commit comments

Comments
 (0)