Skip to content

Commit

Permalink
Make Version Bumping Cross-platform, Update Lerna (#7929)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Nov 4, 2021
1 parent 7cfbe50 commit eab85e9
Show file tree
Hide file tree
Showing 5 changed files with 19,235 additions and 13,144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 12
registry-url: 'https://registry.npmjs.org'
- name: Install npm
run: npm install -g npm@7.11.2
run: npm install -g npm@7.20.2
- name: Install Dependencies
run: npm ci
- name: Install Code Coverage Dependency
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"lerna": "3.8.5",
"lerna": "4.0.0",
"useWorkspaces": true,
"version": "6.2.0"
}

0 comments on commit eab85e9

Please sign in to comment.