We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6098543 commit fb5ef6eCopy full SHA for fb5ef6e
1 file changed
.github/workflows/build-and-test.yml
@@ -24,7 +24,8 @@ jobs:
24
node-version:
25
- 22
26
- 24
27
- - 26
+ # 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.
29
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
30
architecture:
31
- x64
0 commit comments