mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 18:53:23 +00:00
ci: add option to cache node_modules
This commit is contained in:
parent
c01b01baf4
commit
c3961d352d
4
.github/actions/yarn-nm-install/action.yml
vendored
4
.github/actions/yarn-nm-install/action.yml
vendored
@ -16,6 +16,10 @@ inputs:
|
||||
description: 'Cache yarn install state (invalidated on lock changes)'
|
||||
required: false
|
||||
default: 'true'
|
||||
cache-node-modules:
|
||||
description: 'Cache node_modules (invalidated on lock changes)'
|
||||
required: false
|
||||
default: 'false'
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
|
Loading…
x
Reference in New Issue
Block a user