Add node_modules to the list of cached resources (pnpm)

Caching `node_modules` allows to make the `pnpm install` step instantaneous
This commit is contained in:
Evgenij (Eugene) Beloded 2021-08-09 08:09:12 +07:00 committed by GitHub
parent 107a4cb2c9
commit e496d23e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -288,6 +288,7 @@ The yarn cache directory will depend on your operating system and version of `ya
path: |
~/.pnpm-store
D:\.pnpm-store
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}