Skip to content

Commit beac2ea

Browse files
authored
Build: Fix tests on Edge
There was a typo in the test command for Edge on Windows - a double `--`. This worked with npm included with Node.js 22.17.1, but started failing with 22.18.0. Closes gh-2367
1 parent a7ac081 commit beac2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: npm run build
9999

100100
- name: Test
101-
run: npm run test:unit -- -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
101+
run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
102102

103103
safari:
104104
runs-on: macos-latest

0 commit comments

Comments
 (0)