Skip to content

Commit

Permalink
Update lerna to 7.3.0 (#62)
Browse files Browse the repository at this point in the history
* Update lerna to 7.3.0

* Remove Node 14 from CI due to Lerna incompatibility

---------

Co-authored-by: surilindur <[email protected]>
  • Loading branch information
surilindur and surilindur authored Sep 15, 2023
1 parent e2d455f commit a7bee80
Show file tree
Hide file tree
Showing 4 changed files with 447 additions and 1,052 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version:
- 14.x
- 16.x
- 18.x
- 20.x
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"engines/*",
"packages/*"
],
"useWorkspaces": true,
"version": "2.4.0",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn"
"npmClient": "yarn",
"npmClientArgs": [
"--frozen-lockfile"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"immutable": "^4.0.0",
"jest": "^29.0.0",
"jest-rdf": "^1.7.0",
"lerna": "^6.0.0",
"lerna": "^7.3.0",
"manual-git-changelog": "^1.0.0",
"nodemon": "^3.0.0",
"pre-commit": "^1.2.2",
Expand Down
Loading

0 comments on commit a7bee80

Please sign in to comment.