Skip to content

Commit

Permalink
chore(Deps): Sorted version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Sep 21, 2024
1 parent c56dcaf commit 6d72bde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
strategy:
matrix:
node-version:
- 18.0.0
- 19
- 20.8.1
- 20
- 21

runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"type": "module",
"engines": {
"node": ">= 18"
"node": ">=20.8.1"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -68,7 +68,7 @@
"typescript": "5.3.3"
},
"peerDependencies": {
"semantic-release": "^21.0.7 || ^22.0.0 || ^23.0.0 || ^24.0.0"
"semantic-release": ">=20.1.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 6d72bde

Please sign in to comment.