Skip to content

Commit

Permalink
fix: use fixed version of lerna (#657)
Browse files Browse the repository at this point in the history
* fix: use fixed lerna versino

* fix: add change set

* fix: add npm install in github action

* fix: yarn.lock file
  • Loading branch information
marufrasully authored Sep 29, 2023
1 parent 2f21515 commit 850746d
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 116 deletions.
6 changes: 6 additions & 0 deletions .changeset/cuddly-laws-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext": patch
"vscode-ui5-language-assistant": patch
---

use fix lerna version
5 changes: 5 additions & 0 deletions .github/workflows/deploy_maual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
node-version: 14

- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command

- name: Download latest released artifact
uses: robinraju/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"jest-sonar": "0.2.16",
"jest-specific-snapshot": "3.0.0",
"klaw-sync": "6.0.0",
"lerna": "^7.0.2",
"lerna": "7.0.2",
"lint-staged": "10.5.3",
"make-dir": "3.1.0",
"mock-fs": "^5.2.0",
Expand Down
Loading

0 comments on commit 850746d

Please sign in to comment.