Skip to content

Commit

Permalink
Temporarily install the latest npm on Node.js 15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 12, 2020
1 parent e9de799 commit d837c0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Expand Up @@ -35,6 +35,9 @@ jobs:
${{ runner.OS }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
${{ runner.OS }}-node-v${{ env.NODE }}-
- name: Update npm
run: npm install -g npm@next-7

- name: Install npm dependencies
run: npm ci

Expand Down

0 comments on commit d837c0e

Please sign in to comment.