Skip to content

Commit

Permalink
chore: use latest npm for CI
Browse files Browse the repository at this point in the history
PR-URL: #7
Credit: @nlf
Close: #7
Reviewed-by: @wraithgar
  • Loading branch information
nlf committed Jun 9, 2021
1 parent d345e36 commit 64931b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Update npm
run: npm i -g npm@latest

################################################################################
# Install Dependencies
#
Expand Down

0 comments on commit 64931b8

Please sign in to comment.