Skip to content

Commit e684caa

Browse files
committed
CI: drops Node.js v20, adds Node.js v26
1 parent c3a6aef commit e684caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# Support LTS versions based on https://nodejs.org/en/about/releases/
19-
node-version: ['20', '22', '24']
19+
node-version: ['22', '24', '26']
2020
fail-fast: false
2121
steps:
2222
- uses: actions/checkout@v6.0.2

0 commit comments

Comments
 (0)