We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ec8c6c + ad46576 commit cadbacdCopy full SHA for cadbacd
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node: [16, 18, 20, 22, 24]
+ node: [16, 18, 20, 22, 24, 26]
19
steps:
20
- uses: actions/setup-node@v5
21
with:
0 commit comments