mirror of
https://github.com/actions/setup-node.git
synced 2025-09-10 18:56:17 +00:00
Merge d23de777e0
into cd2651c462
This commit is contained in:
commit
1f1bd92f39
7 changed files with 95 additions and 4 deletions
|
@ -37,6 +37,10 @@ inputs:
|
|||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate if a cache was hit.'
|
||||
cache-key:
|
||||
description: 'The key used for the cache.'
|
||||
cache-matched-key:
|
||||
description: 'The key used for the cache that resulted in a cache hit.'
|
||||
node-version:
|
||||
description: 'The installed node version.'
|
||||
runs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue