Skip to content

Commit 4cb7271

Browse files
committed
chore(workflow): fix default node-options
1 parent 57b1d5a commit 4cb7271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
node-version: [20.x, 22.x, 24.x]
7373
os: [ubuntu-latest, macos-26]
7474
# Shared default node options
75-
node-options: '--test-coverage-exclude="test/**/*.js"'
75+
node-options: "--test-coverage-exclude=test/**/*.js"
7676

7777
include:
7878
# Override default node options for node 20.x

0 commit comments

Comments
 (0)