Skip to content

Commit fb5ef6e

Browse files
committed
. e dropped support for node 26
1 parent 6098543 commit fb5ef6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
node-version:
2525
- 22
2626
- 24
27-
- 26
27+
# node 26 is Current (not LTS until Oct 2026); mocha's yargs dep breaks
28+
# on its stricter ESM module detection. Re-add once 26 is LTS.
2829
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2930
architecture:
3031
- x64

0 commit comments

Comments
 (0)