Skip to content

Commit

Permalink
feat(renovate): execa and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Montoya committed Oct 6, 2023
1 parent 6993bd5 commit 013d934
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 94 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12]
node-version: [14]

steps:
- name: Checkout code
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
- uses: actions/cache@v3
with:
path: ~/.npm
Expand Down
186 changes: 96 additions & 90 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 @@ -10,7 +10,7 @@
"semantic-release": "semantic-release"
},
"engines": {
"node": ">=10"
"node": ">=14"
},
"repository": {
"type": "git",
Expand All @@ -32,7 +32,7 @@
"dependencies": {
"@semantic-release/error": "^2.1.0",
"aggregate-error": "^3.0.0",
"execa": "^4.0.0",
"execa": "5.1.1",
"read-pkg": "^5.2.0",
"surge": "^0.23.0"
},
Expand Down

0 comments on commit 013d934

Please sign in to comment.