We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56dcaf commit 6d72bdeCopy full SHA for 6d72bde
.github/workflows/test.yml
@@ -21,8 +21,9 @@ jobs:
21
strategy:
22
matrix:
23
node-version:
24
- - 18.0.0
25
- - 19
+ - 20.8.1
+ - 20
26
+ - 21
27
28
runs-on: ubuntu-latest
29
timeout-minutes: 10
package.json
@@ -27,7 +27,7 @@
},
"type": "module",
"engines": {
30
- "node": ">= 18"
+ "node": ">=20.8.1"
31
32
"main": "dist/index.js",
33
"types": "dist/index.d.ts",
@@ -68,7 +68,7 @@
68
"typescript": "5.3.3"
69
70
"peerDependencies": {
71
- "semantic-release": "^21.0.7 || ^22.0.0 || ^23.0.0 || ^24.0.0"
+ "semantic-release": ">=20.1.0"
72
73
"publishConfig": {
74
"access": "public",
0 commit comments