Skip to content

Commit

Permalink
Merge pull request #262 from semantic-release/renovate/execa-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
travi authored Apr 1, 2023
2 parents 046b8a3 + db90177 commit c598335
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
node-version:
# minimal required version
- 16.10
- 16.14
- 18

runs-on: ubuntu-latest
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"exports": "./index.js",
"dependencies": {
"execa": "^6.1.0",
"execa": "^7.0.0",
"java-properties": "^1.0.2"
},
"devDependencies": {
Expand All @@ -17,7 +17,7 @@
"tempy": "3.0.0"
},
"engines": {
"node": "^16.10 || >=18"
"node": "^16.14 || >=18"
},
"files": [
"index.js",
Expand Down

0 comments on commit c598335

Please sign in to comment.