Skip to content

Commit

Permalink
fix: install the missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed May 19, 2024
1 parent 004a667 commit 7dcc4e4
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
uses: nrwl/nx-set-shas@v3


- name: Setup git user to "🤖 naxode bot"
- name: Setup git user to "🤖 naxodev bot"
shell: bash
run: git config user.email "-" && git config user.name "🤖 naxodev bot"

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"kill-port": "^2.0.1",
"ngx-deploy-npm": "^7.1.0",
"nx": "19.0.4",
"nx-cloud": "^19.0.0",
"prettier": "^2.6.2",
"semver": "^7.6.0",
"tcp-port-used": "^1.0.2",
Expand Down
141 changes: 75 additions & 66 deletions pnpm-lock.yaml

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

0 comments on commit 7dcc4e4

Please sign in to comment.