We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b1d5a commit 4cb7271Copy full SHA for 4cb7271
1 file changed
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
node-version: [20.x, 22.x, 24.x]
73
os: [ubuntu-latest, macos-26]
74
# Shared default node options
75
- node-options: '--test-coverage-exclude="test/**/*.js"'
+ node-options: "--test-coverage-exclude=test/**/*.js"
76
77
include:
78
# Override default node options for node 20.x
0 commit comments