Skip to content

Commit 5c725e6

Browse files
authored
ci: add Node.js 26 to the test matrix (#141)
Stacked on #140, so the diff here is just the workflow change. Node 26 is the current release line (26.6.0, released 2026-08-03) and becomes LTS in October. Running it now surfaces breakage before the promotion rather than after. `engines` stays at `>= 18`, so this only widens what CI covers.
1 parent 72a3c84 commit 5c725e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
1616
with:
1717
os: 'ubuntu-latest, macos-latest, windows-latest'
18-
version: '18, 20, 22, 24'
18+
version: '18, 20, 22, 24, 26'
1919
secrets:
2020
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)