Skip to content

Commit bce871c

Browse files
committed
Build and test with Node.js 26 as well
1 parent 82884d8 commit bce871c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
node: ['18', '20', '22', '24']
29+
node: ['18', '20', '22', '24', '26']
3030
fail-fast: false
3131
steps:
3232
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)