Skip to content

Commit a0b95d5

Browse files
ci + portable test glob: quoted globs need Node 22's runner, so the shell expands them instead (engines says >=20 and now means it)
1 parent 64b8d3a commit a0b95d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"license": "AGPL-3.0-only",
88
"scripts": {
9-
"test": "node --test --test-concurrency=1 '*/test.js' compose.test.js",
9+
"test": "node --test --test-concurrency=1 */test.js compose.test.js",
1010
"serve": "node serve.js"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)