Skip to content

Commit

Permalink
[FIX] update npm to 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Jul 13, 2021
1 parent 09d1143 commit 4b97f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '15.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: lerna bootstrap
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
with:
node-version: 12.x

- run: npm -V
node-version: '15.x'

- run: npm i
- run: lerna exec npm install
Expand Down

0 comments on commit 4b97f06

Please sign in to comment.