We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82884d8 commit bce871cCopy full SHA for bce871c
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
- node: ['18', '20', '22', '24']
+ node: ['18', '20', '22', '24', '26']
30
fail-fast: false
31
steps:
32
- uses: actions/checkout@v6
0 commit comments