Skip to content

Commit

Permalink
Improvement: Upgrade to lockfileVersion 2 using npm v7 (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
parachvte committed Apr 19, 2021
1 parent 42fec6f commit 0625ab6
Show file tree
Hide file tree
Showing 4 changed files with 31,398 additions and 2,944 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-on-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
node-version: '10.x'

- run: npm install -g npm@latest
- run: npm install

- run: npm run build
Expand Down Expand Up @@ -140,6 +141,7 @@ jobs:
with:
node-version: '10.x'

- run: npm install -g npm@latest
- run: npm install

- run: npm run build
Expand Down

0 comments on commit 0625ab6

Please sign in to comment.