Skip to content

Commit

Permalink
Merge pull request #81 from anolilab/renovate/nrwl-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Sep 4, 2024
2 parents c60e444 + a29334d commit e1798dd
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 67 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
id: "setSHAs"
uses: "nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03" # v4
uses: "nrwl/nx-set-shas@16efd743af6fc1421daaaa33b61cec4a907b38ed" # v4

- name: "Setup resources and environment"
id: "setup"
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
id: "setSHAs"
uses: "nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03" # v4
uses: "nrwl/nx-set-shas@16efd743af6fc1421daaaa33b61cec4a907b38ed" # v4

- name: "Setup resources and environment"
id: "setup"
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
id: "setSHAs"
uses: "nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03" # v4
uses: "nrwl/nx-set-shas@16efd743af6fc1421daaaa33b61cec4a907b38ed" # v4

- name: "Setup resources and environment"
id: "setup"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
id: "setSHAs"
uses: "nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03" # v4
uses: "nrwl/nx-set-shas@16efd743af6fc1421daaaa33b61cec4a907b38ed" # v4

- name: "Setup resources and environment"
id: "setup"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.5",
"nx": "^19.1.0",
"nx": "^19.6.4",
"plop": "^4.0.1",
"prettier": "^3.2.5",
"publint": "^0.2.8",
Expand Down
Loading

0 comments on commit e1798dd

Please sign in to comment.