mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 19:27:34 +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)'
|
description: 'Cache yarn install state (invalidated on lock changes)'
|
||||||
required: false
|
required: false
|
||||||
default: 'true'
|
default: 'true'
|
||||||
|
cache-node-modules:
|
||||||
|
description: 'Cache node_modules (invalidated on lock changes)'
|
||||||
|
required: false
|
||||||
|
default: 'false'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user