Skip to content

Commit 543bcc6

Browse files
committed
Add Node 26 to CI
1 parent fc7a3c5 commit 543bcc6

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
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
10-
node: ["18", "20", "22", "24"]
10+
node: ["18", "20", "22", "24", "26"]
1111
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0

0 commit comments

Comments
 (0)