Skip to content

Commit

Permalink
Use latest npm after setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Jul 18, 2022
1 parent bec6c3c commit 3505878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
node-version: ${{ matrix.node_version }}

- run: npm install -g npm@latest

- name: restore lerna
id: cache
uses: actions/cache@v3
Expand Down

0 comments on commit 3505878

Please sign in to comment.