Skip to content

Commit 766875a

Browse files
authored
fix(deps): update to sentence-splitter@5 (#60)
* fix(deps): update to sentence-splitter@5 * chore: update helper * CI: update node versions * CI: update acitons
1 parent 8edba39 commit 766875a

File tree

8 files changed

+6368
-4964
lines changed

8 files changed

+6368
-4964
lines changed

.githooks/pre-commit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
npx --no-install lint-staged

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: [ 16, 18, 20 ]
9+
node-version: [ 18, 20 ]
1010
steps:
1111
- name: checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: setup Node.js ${{ matrix.node-version }}
14-
uses: actions/setup-node@v2
14+
uses: actions/setup-node@v3
1515
with:
1616
node-version: ${{ matrix.node-version }}
1717
- name: Install

0 commit comments

Comments
 (0)