Skip to content

Commit 2012cbb

Browse files
authored
Remove Node.js 20 and add 26 in tests matrix (#197)
2 parents 5436370 + eba329a commit 2012cbb

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
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
node: [20, 22, 24]
51+
node: [22, 24, 26]
5252
steps:
5353
- name: Checkout repository
5454
uses: actions/checkout@v7

0 commit comments

Comments
 (0)