Skip to content

Commit

Permalink
Merge pull request #306 from semantic-release/renovate/execa-8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
travi authored Sep 24, 2023
2 parents c0b8e21 + a86462e commit 2fdc486
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 22 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
matrix:
node-version:
# minimal required version
- 16.14
- 18
- 18.17
- 20.6.1
- 20

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18
48 changes: 30 additions & 18 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": "^7.0.0",
"execa": "^8.0.0",
"java-properties": "^1.0.2"
},
"devDependencies": {
Expand All @@ -17,7 +17,7 @@
"tempy": "3.1.0"
},
"engines": {
"node": "^16.14 || >=18"
"node": "^18.17 || >=20.6.1"
},
"files": [
"index.js",
Expand Down

0 comments on commit 2fdc486

Please sign in to comment.