Skip to content

Commit

Permalink
chore(deps): update (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Oct 22, 2021
1 parent c17a412 commit c3380db
Show file tree
Hide file tree
Showing 4 changed files with 2,080 additions and 2,818 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"

- name: Use latest NPM on ubuntu/macos
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: sudo npm i -g npm

- name: Use latest NPM on windows
if: matrix.os == 'windows-latest'
run: npm i -g npm
# - name: Use latest NPM on ubuntu/macos
# if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
# run: sudo npm i -g npm
#
# - name: Use latest NPM on windows
# if: matrix.os == 'windows-latest'
# run: npm i -g npm

- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit c3380db

Please sign in to comment.