Skip to content

Commit 0a91ace

Browse files
committed
Upgrade packages
1 parent 97be32c commit 0a91ace

File tree

14 files changed

+567
-3661
lines changed

14 files changed

+567
-3661
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 19.x, 20.x]
15+
node-version: [20.x]
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717

1818
steps:
@@ -26,3 +26,4 @@ jobs:
2626
- run: npm run build
2727
- run: npm test
2828
- run: npm run review
29+
- run: npx prettier --check .

0 commit comments

Comments
 (0)