Skip to content

Commit

Permalink
fix: Revert "build(deps): bump simple-git from 2.48.0 to 3.0.3" (#246)
Browse files Browse the repository at this point in the history
* Revert "build(deps): bump simple-git from 2.48.0 to 3.0.3 (#211)"

This reverts commit 54974e9.

* ci: no simple-git update
  • Loading branch information
Eomm committed Aug 13, 2022
1 parent cf5f230 commit 2dc9c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
with:
license-check: true
lint: true
lint: true
auto-merge-exclude: 'simple-git'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"pino": "^7.0.1",
"pino-pretty": "^8.0.0",
"semver": "^7.3.2",
"simple-git": "^3.0.3",
"simple-git": "^2.37.0",
"temp-write": "^4.0.0",
"yargs-parser": "^13.1.2"
},
Expand Down

0 comments on commit 2dc9c02

Please sign in to comment.