Fix CI caching

This commit is contained in:
Bruno Bernardino 2022-02-24 19:36:43 +00:00
parent ec5e5b9d78
commit 64c8c9bdae
No known key found for this signature in database
GPG Key ID: D1B0A69ADD114ECE
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,7 @@ jobs:
~/.nvm
node_modules
packages/electron/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: |
npm i -g npm@8.2.0
@ -117,6 +118,7 @@ jobs:
~/.nvm
node_modules
packages/electron/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: |
npm i -g npm@8.2.0
@ -150,6 +152,7 @@ jobs:
~/.nvm
node_modules
packages/electron/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: |
npm i -g npm@8.2.0