Skip to content

Commit cadbacd

Browse files
authored
Merge pull request #678 from AnastasiyaHladina/chore/add-nodejs26-to-ci
chore: add Node.js 26 to CI
2 parents 0ec8c6c + ad46576 commit cadbacd

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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node: [16, 18, 20, 22, 24]
18+
node: [16, 18, 20, 22, 24, 26]
1919
steps:
2020
- uses: actions/setup-node@v5
2121
with:

0 commit comments

Comments
 (0)