We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2839e4b commit d0e2e19Copy full SHA for d0e2e19
2 files changed
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [20.x, 21.x, 22.x]
+ node-version: [20.x, 21.x]
17
18
steps:
19
- uses: actions/checkout@v4
package.json
@@ -66,7 +66,7 @@
66
"ts-node": "^10.9.2",
67
"tsdoc": "^0.0.4",
68
"tslib": "^2.6.3",
69
- "tsup": "^8.1.1",
+ "tsup": "^8.1.2",
70
"typedoc": "^0.26.4",
71
"typescript": "^5.5.3"
72
},
0 commit comments