mirror of
https://github.com/actions/cache.git
synced 2024-12-27 14:28:01 +08:00
Update node version to v16
This commit is contained in:
parent
587972ca9c
commit
049c493913
@ -41,7 +41,7 @@ outputs:
|
|||||||
cache-hit:
|
cache-hit:
|
||||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/restore/index.js'
|
main: 'dist/restore/index.js'
|
||||||
post: 'dist/save/index.js'
|
post: 'dist/save/index.js'
|
||||||
post-if: 'success()'
|
post-if: 'success()'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user