Skip to content

Commit 979b057

Browse files
committed
feat: use Notion client for better compatibility
1 parent 7cbbcaa commit 979b057

28 files changed

+17236
-6363
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
node: [12, 14, 16, 17]
17+
node: [12, 14, 16]
1818
steps:
1919
- name: checkout
2020
uses: actions/checkout@v2

package-lock.json

Lines changed: 15319 additions & 4646 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"presetter-preset-strict": "^3.0.0"
5252
},
5353
"dependencies": {
54+
"@notionhq/client": "^1.0.0",
5455
"cache-manager": "^3.4.0",
55-
"got": "^11.8.0",
5656
"js-yaml": "^4.1.0"
5757
}
5858
}

0 commit comments

Comments
 (0)