Skip to content

Commit 9dc5437

Browse files
Merge pull request #4744 from MiroslavDionisiev/monorepo-integration
Monorepo integration
2 parents b9b77a7 + d7a883b commit 9dc5437

File tree

5 files changed

+814
-70
lines changed

5 files changed

+814
-70
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2424
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
2525
if: github.event_name == 'pull_request'
26-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
26+
- uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace # v4
2727
with:
2828
cache: 'npm'
2929
node-version-file: '.nvmrc'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
v20

0 commit comments

Comments
 (0)