We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a88f58 commit 2fd7b6cCopy full SHA for 2fd7b6c
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
test:
12
strategy:
13
matrix:
14
- node: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
+ node: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x, 26.x]
15
os: [ubuntu-latest, macos-15-intel, windows-latest]
16
runs-on: ${{ matrix.os }}
17
steps:
0 commit comments