Skip to content

Commit 6d72bde

Browse files
committed
chore(Deps): Sorted version constraints
1 parent c56dcaf commit 6d72bde

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
strategy:
2222
matrix:
2323
node-version:
24-
- 18.0.0
25-
- 19
24+
- 20.8.1
25+
- 20
26+
- 21
2627

2728
runs-on: ubuntu-latest
2829
timeout-minutes: 10

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"type": "module",
2929
"engines": {
30-
"node": ">= 18"
30+
"node": ">=20.8.1"
3131
},
3232
"main": "dist/index.js",
3333
"types": "dist/index.d.ts",
@@ -68,7 +68,7 @@
6868
"typescript": "5.3.3"
6969
},
7070
"peerDependencies": {
71-
"semantic-release": "^21.0.7 || ^22.0.0 || ^23.0.0 || ^24.0.0"
71+
"semantic-release": ">=20.1.0"
7272
},
7373
"publishConfig": {
7474
"access": "public",

0 commit comments

Comments
 (0)