Skip to content

Commit 2b1ce81

Browse files
committed
fix: math filters coerce invalid string to 0, #813
1 parent b8bc4db commit 2b1ce81

6 files changed

Lines changed: 8293 additions & 4749 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
if: failure()
4646
with:
47-
name: test-npm-logs-${{ matrix.os }}-${{ matrix.timezone }}-${{ matrix.node-version }}
47+
name: test-npm-logs-${{ matrix.os }}-${{ replace(matrix.timezone, '/', '_') }}-${{ matrix.node-version }}
4848
path: ~/.npm/_logs
4949
demo:
5050
name: Demo Check

0 commit comments

Comments
 (0)