Skip to content

Commit d5c1641

Browse files
committed
fix: handle partial/invalid date inputs in Safari
Fixes #10
1 parent a3b3414 commit d5c1641

File tree

7 files changed

+8371
-4725
lines changed

7 files changed

+8371
-4725
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ jobs:
2323
${{ runner.OS }}-build-${{ env.cache-name }}-
2424
${{ runner.OS }}-build-
2525
${{ runner.OS }}-
26-
- name: Install dependencies
27-
run: npm ci --no-audit
28-
- name: Build
29-
run: |
30-
npx tsc
31-
npm run build
32-
- name: Lint
33-
run: npm run lint
26+
- run: npm ci --no-audit
27+
- run: npx tsc
28+
- run: npm test
29+
- run: npm run build
30+
- run: npm run lint
3431
- name: Semantic release
3532
continue-on-error: true
3633
run: |

0 commit comments

Comments
 (0)