Skip to content

Commit 444b252

Browse files
authored
chore(deps): update dependencies (#117)
* chore(deps): update dependencies * fix(prettier): use tabwidth 2 for json because nodejs uses it * fix(workflow): node-version to [20,22] * fix(workflow): test error * fix: rollback test script
1 parent 997f4af commit 444b252

File tree

4 files changed

+136
-214
lines changed

4 files changed

+136
-214
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [ 18, 20 ]
11+
node-version: [20, 22]
1212
steps:
1313
- name: checkout
1414
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

0 commit comments

Comments
 (0)